Compare commits
2 Commits
0cb297dc9e
...
33b7a33e4c
Author | SHA1 | Date |
---|---|---|
zhangaotian | 33b7a33e4c | |
zhangaotian | 98495d6a7e |
|
@ -32,11 +32,12 @@ public class UISyncTipController : UIWindow
|
|||
private void CloseUI()
|
||||
{
|
||||
CloseWindow(true);
|
||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1)
|
||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1 && !AppInfoManager.Instance.UpdateConfirm)
|
||||
{
|
||||
DebugUtil.LogG("开启新手引导!");
|
||||
GuideMananger.Instance.StartGroupGuide();
|
||||
}
|
||||
|
||||
if (!_needHideGfx)
|
||||
EventManager.Instance.Send(EventManager.EventName.ShowGfx);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue