mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Use dialog fragment for unexpected errors
This commit is contained in:
@@ -244,7 +244,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
|
||||
Helper.unexpectedError(getFragmentManager(), ex);
|
||||
}
|
||||
}.execute(this, new Bundle(), "outbox:create");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user