Fixed too early account errors

This commit is contained in:
M66B
2018-11-27 11:35:06 +01:00
parent efe74432f4
commit d3ddbc5ebb

View File

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