mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Simplified algorithms names
This commit is contained in:
@@ -516,6 +516,9 @@ public class ApplicationEx extends Application
|
||||
if (!prefs.contains("landscape3"))
|
||||
editor.putBoolean("landscape3", false);
|
||||
}
|
||||
} else if (version < 17150) {
|
||||
editor.remove("sign_algo_smime");
|
||||
editor.remove("encrypt_algo_smime");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user