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
public void run() {
//展示指引弹窗
EventBus.getDefault().post(new NoviceInstructorEvent().setShowHomeIcon(false).setShowHomeDialoh(true));
EventBus.getDefault().post(new NoviceInstructorEvent().setShowHomeIcon(false).setShowHomeDialoh(TextUtils.equals(homeZdyPop, "1")));
}
};
}