Removed override width

This commit is contained in:
M66B
2023-07-14 15:26:04 +02:00
parent 045d961e9d
commit f3f640e0fa
6 changed files with 8 additions and 50 deletions

View File

@@ -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)