mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Expanded/pinned correction
This commit is contained in:
@@ -196,6 +196,10 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
nav_pinned = getDrawerPinned();
|
||||
nav_options = prefs.getBoolean("nav_options", true);
|
||||
|
||||
// Fix imported settings from other device
|
||||
if (nav_expanded && nav_pinned && !canExpandAndPin())
|
||||
nav_pinned = false;
|
||||
|
||||
Configuration config = getResources().getConfiguration();
|
||||
boolean portrait2 = prefs.getBoolean("portrait2", false);
|
||||
boolean portrait2c = prefs.getBoolean("portrait2c", false);
|
||||
|
||||
Reference in New Issue
Block a user