gxc
2019-10-29 ed2f4a97aa48cdb4a013d2a389877f52eb3eccdf
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