mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Use dialog fragment for unexpected errors
This commit is contained in:
@@ -89,7 +89,7 @@ public class ActivityMain extends AppCompatActivity implements FragmentManager.O
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(ActivityMain.this, ActivityMain.this, ex);
|
||||
Helper.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
}.execute(this, new Bundle(), "main:accounts");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user