mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Small improvements
This commit is contained in:
@@ -511,10 +511,8 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
if (ex instanceof IllegalArgumentException)
|
||||
ToastEx.makeText(ActivitySetup.this, ex.getMessage(), Toast.LENGTH_LONG).show();
|
||||
else
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex);
|
||||
boolean report = !(ex instanceof IllegalArgumentException);
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex, report);
|
||||
}
|
||||
|
||||
}.execute(this, args, "debug:info");
|
||||
|
||||
Reference in New Issue
Block a user