fix: 【光环助手】QQ小游戏闪退问题 https://jira.shanqu.cc/browse/GHZSCY-6356
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user