zhaoyang 3 жил өмнө
parent
commit
bf76fc1db3

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -209,7 +209,7 @@ namespace GFGGame
             }
             else
             {
-                 ViewManager.Show(ViewName.MAINUI_VIEW);
+                ViewManager.Show(ViewName.MAINUI_VIEW, null, null, true);
             }
         }