This commit is contained in:
18401019693 2022-07-27 09:37:17 +08:00
parent 4ea1758595
commit 69977483d2
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ public class NoviceInstructorManager extends BaseCacheManager {
@Override @Override
public void run() { public void run() {
//展示指引弹窗 //展示指引弹窗
EventBus.getDefault().post(new NoviceInstructorEvent().setShowHomeIcon(false).setShowHomeDialoh(true)); EventBus.getDefault().post(new NoviceInstructorEvent().setShowHomeIcon(false).setShowHomeDialoh(TextUtils.equals(homeZdyPop, "1")));
} }
}; };
} }

View File

@ -592,7 +592,7 @@ public class MainActivity extends AbsActivity implements MainAppBarLayoutListene
} }
Constants.isShowPage = -1; Constants.isShowPage = -1;
NoviceInstructorManager.get(mContext).getNoviceInstructor(); NoviceInstructorManager.get(mContext).getNoviceInstructor();
NoviceInstructorManager.get(mContext).setHomeZdyPop("1");
} }