mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Make beige default
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user