mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Reset account/identity/folder error on save
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user