黄学彪
2019-10-28 8b4d79ca03495e522a1953e04ca17527f33c853a
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));
            //设备选择确定