mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Enable 3-col mode on large screens
This commit is contained in:
@@ -226,6 +226,10 @@ public class ApplicationEx extends Application {
|
||||
editor.putBoolean("resize_attachments", autoresize);
|
||||
editor.remove("autoresize");
|
||||
}
|
||||
} else if (version < 930) {
|
||||
boolean large = context.getResources().getConfiguration()
|
||||
.isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_LARGE);
|
||||
editor.putBoolean("landscape3", large);
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user