Small behavior fix

This commit is contained in:
M66B 2019-08-21 12:31:17 +02:00
parent 1dc9c60189
commit 722f94cb8a
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ public class FragmentFolder extends FragmentBase {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
cbPoll.setEnabled(isChecked);
cbDownload.setEnabled(isChecked);
}
});