mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-21 09:40:35 +01:00
Wrap throwables
This commit is contained in:
@@ -426,7 +426,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
tvHost.setText(ex.getClass().getName());
|
||||
tvOwner.setText(ex.getMessage());
|
||||
tvOwner.setText(new ThrowableWrapper(ex).getSafeMessage());
|
||||
}
|
||||
}.execute(FragmentDialogOpenLink.this, args, "link:owner");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user