fix: 【光环助手】QQ小游戏闪退问题 https://jira.shanqu.cc/browse/GHZSCY-6356

This commit is contained in:
曾祥俊
2024-07-31 17:09:01 +08:00
parent 49c7ff8f8e
commit 612b4061d5

View File

@ -64,7 +64,7 @@ public class CheckLoginUtils {
if (NetworkUtils.isQuickLoginEnabled(context)) {
startQuickLogin(context, entrance, () -> {
if (isTriggerNextStep && listener != null) {
if (isTriggerNextStep && listener != null && isLogin()) {
listener.onLogin();
}
return null;