Default discard/delete

This commit is contained in:
M66B
2021-09-13 07:19:54 +02:00
parent a13c296f1a
commit 0761fbfc8a
3 changed files with 5 additions and 5 deletions

View File

@@ -516,9 +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");
} else if (version < 1721) {
if (!prefs.contains("discard_delete"))
editor.putBoolean("discard_delete", false);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)