【Bug】新手引导

Android_release
zhangaotian 2024-08-15 12:43:09 +08:00
parent fd52c816fb
commit 98495d6a7e
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}