mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small improvement
This commit is contained in:
@@ -387,7 +387,7 @@ public class FragmentOptionsEncryption extends FragmentBase implements SharedPre
|
||||
try {
|
||||
int maxKeySize = javax.crypto.Cipher.getMaxAllowedKeyLength("AES");
|
||||
tvKeySize.setText(getString(R.string.title_advanced_aes_key_size,
|
||||
Helper.humanReadableByteCount(maxKeySize)));
|
||||
Helper.humanReadableByteCount(maxKeySize, false)));
|
||||
} catch (NoSuchAlgorithmException ex) {
|
||||
tvKeySize.setText(Log.formatThrowable(ex));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user