mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Fixed too early account errors
This commit is contained in:
@@ -1206,6 +1206,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
throw new FolderClosedException(folders.get(folder));
|
||||
} else
|
||||
synchronizeMessages(account, folder, folders.get(folder), state);
|
||||
|
||||
db.account().setAccountConnected(account.id, new Date().getTime());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user