mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Show exception class on ipinfo.io failure
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user