最新礼包重做完成

This commit is contained in:
kehaoyuan
2017-09-07 16:05:26 +08:00
parent f637fb9596
commit 464f8d7851
8 changed files with 225 additions and 203 deletions

View File

@ -240,7 +240,7 @@ public class GetLoginDataUtils {
@Override
public void onFailure(WbConnectErrorMessage errorMessage) {
Toast.makeText(mContext, errorMessage.getErrorMessage(), Toast.LENGTH_LONG).show();
Toast.makeText(mContext, "微博登录需要客户端支持,请先安装微博", Toast.LENGTH_LONG).show();
}
}