V3.0 10-12汇总, 优化我的关注和登录页面
This commit is contained in:
@ -219,9 +219,13 @@ public class LoginUtils {
|
||||
|
||||
LoginUtils.cleanUserData(context);
|
||||
} else {
|
||||
Utils.toast(context, context.getString(R.string.login_failure_hint));
|
||||
if (loginTag.equals(LoginTag.qq)) {
|
||||
GetLoginDataUtils.getInstance(context).QQLogout();
|
||||
if (loginTag.equals(LoginTag.phone)) {
|
||||
outputErrorHint(context, code);
|
||||
} else {
|
||||
if (loginTag.equals(LoginTag.qq)) {
|
||||
GetLoginDataUtils.getInstance(context).QQLogout();
|
||||
}
|
||||
Utils.toast(context, context.getString(R.string.login_failure_hint));
|
||||
}
|
||||
}
|
||||
} catch (Exception e1) {
|
||||
|
||||
Reference in New Issue
Block a user