mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Retain default overview mode
This commit is contained in:
@@ -874,7 +874,9 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 2196) {
|
||||
if (!prefs.contains("forward_new"))
|
||||
editor.putBoolean("forward_new", true);
|
||||
} else if (version < 2197) {
|
||||
}
|
||||
|
||||
if (version < 2202) {
|
||||
if (!prefs.contains("overview_mode"))
|
||||
editor.putBoolean("overview_mode", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user