ZigbeeApp/Shared/Phone/Device/CommonForm/SceneCategoryView.cs
@@ -296,13 +296,13 @@ while (myRemainTime > 0 && this.Parent != null) { System.Threading.Thread.Sleep(1000); Application.RunOnMainThread(() => HdlThreadLogic.Current.RunMain(() => { SetTimeText(CommonFormResouce.GetTimeString(scene.RemainTime)); }); }, ShowErrorMode.NO); myRemainTime--; } Application.RunOnMainThread(() => HdlThreadLogic.Current.RunMain(() => { if (this.Parent != null) { @@ -311,7 +311,7 @@ this.StartLoadingApreal(); sceneContr.CanClick = true; } }); }, ShowErrorMode.NO); }) { IsBackground = true }.Start(); }