Separated list and thread sorting

This commit is contained in:
M66B
2019-09-09 09:46:54 +02:00
parent 9f91384b69
commit d24e805f9f
3 changed files with 15 additions and 5 deletions

View File

@@ -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) {