mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
@@ -900,6 +900,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("overview_mode", checked).apply();
|
||||
swOverrideWidth.setEnabled(!checked);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1223,6 +1224,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
|
||||
swOverviewMode.setChecked(prefs.getBoolean("overview_mode", false));
|
||||
swOverrideWidth.setChecked(prefs.getBoolean("override_width", false));
|
||||
swOverrideWidth.setEnabled(!swOverviewMode.isChecked());
|
||||
|
||||
swContrast.setChecked(prefs.getBoolean("contrast", false));
|
||||
swMonospaced.setChecked(prefs.getBoolean("monospaced", false));
|
||||
|
||||
Reference in New Issue
Block a user