WJC
2019-11-01 6f16607efe766271c69a4f3f96fb928fe25f112c
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
@@ -237,7 +236,7 @@
            //显示选择界面
            var form = new SelectDeviceForm();
            form.AddForm(list, new List<string>(), true);
            form.AddForm(list, new List<string>(), true, false);
            form.SetTitleText(Language.StringByID(R.MyInternationalizationString.uAddSensor));
            //设备选择确定