mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Auto hide answer disabled by default
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user