Error handling

This commit is contained in:
M66B 2018-12-30 13:04:41 +00:00
parent 65850d0bdf
commit bcfb99822c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}