Make beige default

This commit is contained in:
M66B
2020-09-25 10:19:15 +02:00
parent 50da22e4f7
commit bb702e7519
8 changed files with 11 additions and 7 deletions

View File

@@ -311,6 +311,10 @@ public class ApplicationEx extends Application {
editor.putInt("query_threads", 2);
} else if (version < 1274)
ContactInfo.clearCache(context); // Favicon background
else if (version < 1336) {
if (!prefs.contains("beige"))
editor.putBoolean("beige", false);
}
if (version < BuildConfig.VERSION_CODE)
editor.putInt("previous_version", version);