wxr
2022-09-14 e22e6699a4ec73e81f45526eb8249379963e22d7
HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPage.cs
@@ -40,7 +40,14 @@
        public override void RemoveFromParent()
        {
            backAction?.Invoke();
            new System.Threading.Thread(() =>
            {
                Application.RunOnMainThread(() =>
                {
                    backAction?.Invoke();
                });
            })
            { IsBackground = true }.Start();
            base.RemoveFromParent();
        }