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

@ -42,7 +42,7 @@ public class AppUncaughtHandler implements UncaughtExceptionHandler {
@Override
public void run() {
Looper.prepare();
Utils.toastLong(mContext.getApplicationContext(), "\"光环助手\"发生错误");
Utils.toast(mContext.getApplicationContext(), "\"光环助手\"发生错误");
Looper.loop();
}
});