Reset zoom on switching view type

This commit is contained in:
M66B 2018-12-30 14:43:13 +00:00
parent bb2bbae1f6
commit b2d5de6fcf
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}
});