Show exception class on ipinfo.io failure

This commit is contained in:
M66B 2020-12-28 09:30:55 +01:00
parent dc1c71f348
commit 2bda67f91c
1 changed files with 1 additions and 0 deletions

View File

@ -6213,6 +6213,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
@Override
protected void onException(Bundle args, Throwable ex) {
tvHost.setText(ex.getClass().getName());
tvOwner.setText(ex.getMessage());
}
}.execute(FragmentDialogLink.this, args, "link:owner");