1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Revert "List key stores"

This reverts commit e3d69f274f.
This commit is contained in:
M66B 2024-06-13 19:14:50 +02:00
parent 1a1e967c01
commit 4e760d453d

View file

@ -526,12 +526,6 @@ public class FragmentOptionsEncryption extends FragmentBase
ssb.setSpan(new IndentSpan(dp24), line, ssb.length(), 0);
ssb.setSpan(new StyleSpan(Typeface.ITALIC), line, ssb.length(), 0);
}
for (Object item : provider.keySet())
if (item.toString().startsWith("KeyStore.")) {
int line = ssb.length();
ssb.append(item.toString()).append('\n');
ssb.setSpan(new IndentSpan(dp24), line, ssb.length(), 0);
}
if (debug) {
int start = ssb.length();
for (Enumeration<Object> e = provider.keys(); e.hasMoreElements(); ) {