Persistent kitchensink

This commit is contained in:
M66B
2022-12-07 13:31:22 +01:00
parent 49962289d7
commit 6d5c9f279a
5 changed files with 143 additions and 19 deletions

View File

@@ -662,6 +662,12 @@ public class ApplicationEx extends Application
else if (version < 1994) {
// 2022-10-28 Spamcop blocks Google's addresses
editor.putBoolean("blocklist.Spamcop", false);
} else if (version < 2013) {
if (prefs.contains("compose_block")) {
if (prefs.getBoolean("experiments", false))
editor.putBoolean("compose_style", prefs.getBoolean("compose_block", false));
editor.remove("compose_block");
}
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)