wxr
2022-11-25 a16dbea60b9fd0550dcdefd34c94ff6711af2cbc
HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -401,6 +401,10 @@
                    {
                        foreach (var scene in listScene)
                        {
                            if(scene.sceneType == SceneType.LightScene)
                            {
                                continue;
                            }
                            System.Threading.Thread.Sleep(10);
                            Application.RunOnMainThread(() =>
                            {
@@ -695,7 +699,7 @@
                    btnAutomationTitle.TextSize = CSS_FontSize.TextFontSize;
                    btnSceneTilte.IsSelected = false;
                    btnSceneTilte.TextSize = CSS_FontSize.TextFontSize;
                    contentPageView.PageIndex = 2;
                    contentPageView.PageIndex = contentPageView.ChildrenCount - 1;
                };
            }
        }