1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 02:28:18 +00:00

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

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");