微博SDK更新到11.6

This commit is contained in:
leafwai
2021-08-02 17:08:58 +08:00
parent ab60ed8473
commit 2e9642019b
8 changed files with 122 additions and 93 deletions

View File

@ -302,7 +302,8 @@ LoginFragment extends NormalFragment implements LoginUtils.onCaptchaCallBackList
DialogUtils.showQuickLoginPermissionDialog(
requireContext(),
() -> PermissionHelper.checkReadPhoneStatePermissionBeforeAction(requireContext(), this::startQuickLogin),
() -> {}
() -> {
}
);
}
}
@ -337,7 +338,7 @@ LoginFragment extends NormalFragment implements LoginUtils.onCaptchaCallBackList
toast("手机号码不能为空");
return;
} else if (!isAgreePolicy()) {
return;
return;
} else if (TextUtils.isEmpty(code)) {
toast("验证码不能为空");
return;