Report exception

This commit is contained in:
M66B 2019-01-04 09:48:09 +01:00
parent 3a1482d333
commit 2afe862c57
1 changed files with 1 additions and 1 deletions

View File

@ -1343,7 +1343,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
@Override
protected void onException(Bundle args, Throwable ex) {
Helper.unexpectedError(context, owner, ex);
}
}.execute(context, owner, args);