黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
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