1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 09:17:58 +00:00

Allow saving disabled accounts

This commit is contained in:
M66B 2022-04-18 08:09:45 +02:00
parent 5873876cd5
commit 0b14301458

View file

@ -1763,7 +1763,7 @@ public class FragmentAccount extends FragmentBase {
scroll.smoothScrollTo(0, (save ? btnSave : btnCheck).getBottom());
}
});
if (save)
if (save || !cbSynchronize.isChecked())
onSave(false);
else
onCheck();