mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Enable 3-col mode on large screens
This commit is contained in:
@@ -52,7 +52,7 @@ public class DrawerLayoutEx extends DrawerLayout {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
boolean normal = config.isLayoutSizeAtLeast(Configuration.SCREENLAYOUT_SIZE_NORMAL);
|
||||
boolean landscape = prefs.getBoolean("landscape", true);
|
||||
boolean landscape3 = prefs.getBoolean("landscape3", true);
|
||||
boolean landscape3 = prefs.getBoolean("landscape3", false);
|
||||
|
||||
if (normal && landscape && landscape3 &&
|
||||
config.orientation == Configuration.ORIENTATION_LANDSCAPE) {
|
||||
|
||||
Reference in New Issue
Block a user