ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/SelectDeviceForm.cs
@@ -80,7 +80,7 @@ bodyFrameLayout.AddChidren(listView); //添加所有设备行 new System.Threading.Thread(() => HdlThreadLogic.Current.RunThread(() => { Application.RunOnMainThread(() => { @@ -99,8 +99,7 @@ listView.Height = realHeight; } }); }) { IsBackground = true }.Start(); }); } #endregion