Auto hide answer disabled by default

This commit is contained in:
M66B
2023-07-30 07:25:32 +02:00
parent 408bf0713c
commit 61b78fe6fe
3 changed files with 8 additions and 6 deletions

View File

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