Reset account/identity/folder error on save

This commit is contained in:
M66B
2018-12-23 08:31:24 +00:00
parent db1443ad33
commit 51fa384ee9
3 changed files with 5 additions and 9 deletions

View File

@@ -728,12 +728,12 @@ public class FragmentAccount extends FragmentEx {
if (!update)
account.created = now;
account.error = null;
if (synchronize)
account.last_connected = now;
if (!synchronize)
account.error = null;
if (account.primary)
db.account().resetPrimary();