Merge branch 'main' into Android_release

Android_release
zhangaotian 2024-08-15 12:43:21 +08:00
commit 33b7a33e4c
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);
}