Browse Source

GoBackFrom容错

zhaoyang 3 years ago
parent
commit
bf76fc1db3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

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

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