mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Reset zoom on switching view type
This commit is contained in:
@@ -189,6 +189,7 @@ public class FragmentOptions extends FragmentEx implements SharedPreferences.OnS
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit().putBoolean("compact", checked).apply();
|
||||
prefs.edit().remove("zoom").apply();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user