mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Reset error on disabling sync
This commit is contained in:
@@ -448,6 +448,9 @@ public class FragmentAccount extends FragmentEx {
|
||||
else
|
||||
account.id = db.account().insertAccount(account);
|
||||
|
||||
if (!synchronize)
|
||||
db.account().setAccountError(account.id, null);
|
||||
|
||||
List<EntityFolder> folders = new ArrayList<>();
|
||||
|
||||
EntityFolder inbox = new EntityFolder();
|
||||
|
||||
Reference in New Issue
Block a user