mirror of https://github.com/M66B/FairEmail.git
Small behavior fix
This commit is contained in:
parent
5b733e98f7
commit
5c865f16df
|
@ -4783,7 +4783,6 @@ public class FragmentCompose extends FragmentBase {
|
|||
@Override
|
||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||
prefs.edit().putBoolean("privacy_images", isChecked).apply();
|
||||
spResize.setEnabled(isChecked);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue