Made up/down arrows default

This commit is contained in:
M66B
2023-10-13 08:05:42 +02:00
parent 08855c7b64
commit 74306ed5af
3 changed files with 5 additions and 2 deletions

View File

@@ -761,6 +761,9 @@ public class ApplicationEx extends Application
} else if (version < 2089) {
if (!prefs.contains("auto_hide_answer"))
editor.putBoolean("auto_hide_answer", !Helper.isAccessibilityEnabled(context));
} else if (version < 2108) {
if (!prefs.getBoolean("updown", false))
editor.putBoolean("updown", false);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)