mirror of https://github.com/M66B/FairEmail.git
Small behavior fix
This commit is contained in:
parent
1dc9c60189
commit
722f94cb8a
|
@ -136,6 +136,7 @@ public class FragmentFolder extends FragmentBase {
|
|||
@Override
|
||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||
cbPoll.setEnabled(isChecked);
|
||||
cbDownload.setEnabled(isChecked);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue