ZigbeeApp/Shared/Phone/UserCenter/Safety/AddSceneAlarmTargetListForm.cs
@@ -66,7 +66,7 @@ listView.BackgroundColor = UserCenterColor.Current.White; bodyFrameLayout.AddChidren(listView); new System.Threading.Thread(() => HdlThreadLogic.Current.RunThread(() => { //获取本地安防的场景 Dictionary<int, string> dicScene = HdlSafeguardLogic.Current.GetLocalSceneByZoneID(this.zoonID); @@ -103,8 +103,7 @@ } } }); }) { IsBackground = true }.Start(); }); } #endregion