mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Manual sync can still download messages
This commit is contained in:
parent
ff738caa37
commit
631fc07b8d
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ public class FragmentFolder extends FragmentBase {
|
||||||
@Override
|
@Override
|
||||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||||
cbPoll.setEnabled(isChecked);
|
cbPoll.setEnabled(isChecked);
|
||||||
cbDownload.setEnabled(isChecked);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue