V3.0 10-12汇总, 优化我的关注和登录页面
This commit is contained in:
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user