黄学彪
2020-07-20 2029e64ec0491f7e511dc15bffaf821bfbabe2de
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();
        }