wxr
2023-02-17 f54701fe50ec54d444ff0630a60522142493c2ac
HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs
@@ -38,6 +38,19 @@
            backAction = action;
        }
        public override void RemoveFromParent()
        {
            new System.Threading.Thread(() =>
            {
                Application.RunOnMainThread(() =>
                {
                    backAction?.Invoke();
                });
            })
            { IsBackground = true }.Start();
            base.RemoveFromParent();
        }
        /// <summary>
        /// 加载页面
        /// </summary>