Browse Source

GoBackFrom容错

zhaoyang 3 năm trước cách đây
mục cha
commit
bf76fc1db3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
             {
-                 ViewManager.Show(ViewName.MAINUI_VIEW);
+                ViewManager.Show(ViewName.MAINUI_VIEW, null, null, true);
             }
         }