Error handling

pull/147/head
M66B 6 years ago
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…
Cancel
Save