Merge branch 'main' into Android_release
commit
33b7a33e4c
|
@ -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