mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Throwable wrapper
This commit is contained in:
@@ -736,7 +736,7 @@ public class FragmentOptionsEncryption extends FragmentBase
|
||||
tvOpenPgpStatus.setText("Not connected");
|
||||
else {
|
||||
Log.e(ex);
|
||||
tvOpenPgpStatus.setText(ex.toString());
|
||||
tvOpenPgpStatus.setText(new ThrowableWrapper(ex).toSafeString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user