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