mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Removed override width
This commit is contained in:
@@ -725,6 +725,11 @@ public class ApplicationEx extends Application
|
||||
if (thread_sent_trash)
|
||||
editor.putBoolean("move_thread_sent", true);
|
||||
editor.remove("thread_sent_trash");
|
||||
} else if (version < 2086) {
|
||||
boolean override_width = prefs.getBoolean("override_width", false);
|
||||
if (override_width)
|
||||
editor.putBoolean("overview_mode", true);
|
||||
editor.remove("override_width");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user