mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Error handling
This commit is contained in:
parent
65850d0bdf
commit
bcfb99822c
1 changed files with 1 additions and 1 deletions
|
@ -1855,7 +1855,7 @@ public class FragmentMessages extends FragmentEx {
|
|||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
|
||||
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
|
||||
}
|
||||
}.load(FragmentMessages.this, args);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue