mirror of https://github.com/M66B/FairEmail.git
Error handling
This commit is contained in:
parent
65850d0bdf
commit
bcfb99822c
|
@ -1855,7 +1855,7 @@ public class FragmentMessages extends FragmentEx {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onException(Bundle args, Throwable ex) {
|
protected void onException(Bundle args, Throwable ex) {
|
||||||
|
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
|
||||||
}
|
}
|
||||||
}.load(FragmentMessages.this, args);
|
}.load(FragmentMessages.this, args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue