1
0
Fork 0
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:
M66B 2019-07-15 08:33:54 +02:00
parent ff738caa37
commit 631fc07b8d

View file

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