Small behavior fix

This commit is contained in:
M66B
2020-05-01 18:32:00 +02:00
parent 5b733e98f7
commit 5c865f16df

View File

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