mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Revert "Enabled overview mode by default for new installs"
This reverts commit 1a4de41dee.
This commit is contained in:
@@ -874,9 +874,6 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 2196) {
|
||||
if (!prefs.contains("forward_new"))
|
||||
editor.putBoolean("forward_new", true);
|
||||
} else if (version < 2197) {
|
||||
if (!prefs.contains("overview_mode"))
|
||||
editor.putBoolean("overview_mode", false);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user