Compare commits
No commits in common. "33b7a33e4cc825379bf4406575f51d058eaac113" and "0cb297dc9e6d7e4d43fdbc700f669529b40cd591" have entirely different histories.
33b7a33e4c
...
0cb297dc9e
|
@ -32,12 +32,11 @@ public class UISyncTipController : UIWindow
|
|||
private void CloseUI()
|
||||
{
|
||||
CloseWindow(true);
|
||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1 && !AppInfoManager.Instance.UpdateConfirm)
|
||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1)
|
||||
{
|
||||
DebugUtil.LogG("开启新手引导!");
|
||||
GuideMananger.Instance.StartGroupGuide();
|
||||
}
|
||||
|
||||
if (!_needHideGfx)
|
||||
EventManager.Instance.Send(EventManager.EventName.ShowGfx);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue