mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Handle all unexpected errors
This commit is contained in:
@@ -148,6 +148,11 @@ public class FragmentOperations extends FragmentEx {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
|
||||
}
|
||||
}.load(FragmentOperations.this, new Bundle());
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user