|
@@ -139,11 +139,11 @@ namespace GFGGame
|
|
|
switch (jumpId)
|
|
|
{
|
|
|
case nameof(LeagueAnswerView):
|
|
|
-
|
|
|
+
|
|
|
if (LeagueDataManager.Instance.Type == 1)
|
|
|
{
|
|
|
- ViewManager.Show<LeagueView>();
|
|
|
- ViewManager.Show($"GFGGame.{jumpId}", null, goBackDatas, true, true);
|
|
|
+ ViewManager.Show<LeagueView>(null, goBackDatas, true);
|
|
|
+ ViewManager.Show($"GFGGame.{jumpId}", null);
|
|
|
}
|
|
|
else
|
|
|
{
|