Allow saving disabled accounts

This commit is contained in:
M66B 2022-04-18 08:09:45 +02:00
parent 5873876cd5
commit 0b14301458
1 changed files with 1 additions and 1 deletions

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();