|
@@ -95,6 +95,8 @@ namespace GFGGame
|
|
|
bool result = await LeagueSproxy.ReqCreateLeague(leagueName, GlobalCfgArray.globalCfg.badgeResArr[_ui.m_listIcon.selectedIndex]);
|
|
|
if (result)
|
|
|
{
|
|
|
+ this.Hide();
|
|
|
+ ViewManager.DeleteViewStackCountDown(null,1);
|
|
|
ViewManager.Show<LeagueView>(null, true);
|
|
|
}
|
|
|
}
|