mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added grey light theme
This commit is contained in:
@@ -130,9 +130,15 @@ public class ApplicationEx extends Application {
|
||||
if (prefs.getBoolean("autonext", false))
|
||||
editor.putString("onclose", "next");
|
||||
editor.remove("autonext");
|
||||
|
||||
} else if (version < 693) {
|
||||
editor.remove("message_swipe");
|
||||
editor.remove("message_select");
|
||||
|
||||
} else if (version < 696) {
|
||||
String theme = prefs.getString("theme", "light");
|
||||
if ("grey".equals(theme))
|
||||
editor.putString("theme", "grey_dark");
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user