V3.0 10-12汇总, 优化我的关注和登录页面

This commit is contained in:
kehaoyuan
2017-10-13 16:54:37 +08:00
parent dfe087e702
commit dc535ddb38
16 changed files with 80 additions and 98 deletions

View File

@ -235,12 +235,12 @@ public class GetLoginDataUtils {
@Override
public void cancel() {
Utils.toastLong(mContext, "取消授权");
Utils.toast(mContext, "取消授权");
}
@Override
public void onFailure(WbConnectErrorMessage errorMessage) {
Utils.toastLong(mContext, "微博登录需要客户端支持,请先安装微博");
Utils.toast(mContext, "微博登录需要客户端支持,请先安装微博");
}
}