【Bug】
parent
98495d6a7e
commit
b42a4a2a02
|
@ -32,7 +32,7 @@ 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();
|
||||
|
|
|
@ -37,7 +37,7 @@ public class UIUserAgreementController : UIWindow
|
|||
private void OnAgree()
|
||||
{
|
||||
CloseWindow(true);
|
||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1)
|
||||
if (LevelSelectManager.Instance.CurPassLevelIndex < 1 && !AppInfoManager.Instance.UpdateConfirm)
|
||||
GuideMananger.Instance.StartGroupGuide();
|
||||
SettingManager.Instance.SetFirstLaunch();
|
||||
BIManager.Instance.TrackEventOnce(cfg.BI.EventFirst.fte_privacy_agree);
|
||||
|
|
Loading…
Reference in New Issue