V3.0 10-12汇总, 优化我的关注和登录页面
This commit is contained in:
@ -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, "微博登录需要客户端支持,请先安装微博");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user