Fixed default fixed nav menu landscape

This commit is contained in:
M66B
2021-02-17 09:14:04 +01:00
parent 0018ceb4d6
commit 6103c8576a
2 changed files with 2 additions and 2 deletions

View File

@@ -893,7 +893,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
swPortrait2.setChecked(prefs.getBoolean("portrait2", false));
swLandscape.setChecked(prefs.getBoolean("landscape", true));
swLandscape.setEnabled(normal);
swLandscape3.setChecked(prefs.getBoolean("landscape3", false));
swLandscape3.setChecked(prefs.getBoolean("landscape3", true));
swLandscape3.setEnabled(normal);
swThreading.setChecked(prefs.getBoolean("threading", true));