mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Separated list and thread sorting
This commit is contained in:
@@ -139,6 +139,11 @@ public class ApplicationEx extends Application {
|
||||
String theme = prefs.getString("theme", "light");
|
||||
if ("grey".equals(theme))
|
||||
editor.putString("theme", "grey_dark");
|
||||
|
||||
if (prefs.contains("ascending")) {
|
||||
editor.putBoolean("ascending_list", prefs.getBoolean("ascending", false));
|
||||
editor.remove("ascending");
|
||||
}
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user