wxr
2023-04-21 62d6c4bf6c30da21ccd8245199234c5004117d56
HDL_ON/UI/UI2/4-PersonalCenter/CombinedDimming/GroupChooseRoomPage.cs
@@ -62,9 +62,7 @@
            bodyView.BackgroundColor = CSS_Color.BackgroundColor;
            new TopViewDiv(bodyView, Language.StringByID(StringId.CombinedDimming)).LoadTopView();
            var contentView = new VerticalScrolViewLayout()
            contentView = new VerticalScrolViewLayout()
            {
                Y = Application.GetRealHeight(64),
                Height = Application.GetRealHeight(667 - 64),
@@ -176,7 +174,9 @@
        /// </summary>
        void LoadMethod_AllElection()
        {
            btnAllRoomText.MouseUpEventHandler += (sender, e) =>
            btnAllRoomText.MouseUpEventHandler = (sender, e) =>
            {
                try
            {
                btnChooseAll.IsSelected = !btnChooseAll.IsSelected;
@@ -212,6 +212,13 @@
                        }
                    }
                }
                }catch(Exception ex)
                {
                    MainPage.Log($"GroupChooseRoom 全选按钮事件 error : {ex.Message}");
                    Application.RunOnMainThread(() => {
                        this.RemoveFromParent();
                    });
                }
            };
        }