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:
parent
5873876cd5
commit
0b14301458
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue