WJC
2019-10-24 cc11e3b15baa258c35085a7cbdb2b350950b6202
ZigbeeApp/Shared/Phone/UserCenter/Safety/SensorDeviceSettionListForm.cs
@@ -72,7 +72,7 @@
            {
                return;
            }
            new System.Threading.Thread(() =>
            HdlThreadLogic.Current.RunThread(() =>
            {
                Application.RunOnMainThread(() =>
                {
@@ -92,8 +92,7 @@
                    //调整列表控件的高度
                    this.AdjustListviewHeight();
                });
            })
            { IsBackground = true }.Start();
            });
        }
        #endregion