mirror of https://github.com/M66B/FairEmail.git
Show exception class on ipinfo.io failure
This commit is contained in:
parent
dc1c71f348
commit
2bda67f91c
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue