Throwable wrapper

This commit is contained in:
M66B
2023-12-12 20:55:55 +01:00
parent cbcc467408
commit d56b5fa43e
29 changed files with 50 additions and 44 deletions

View File

@@ -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());
}
}
}