Process operations on on demand sync

This commit is contained in:
M66B 2019-02-19 12:36:53 +00:00
parent 3554c0acc6
commit ddbff60440
1 changed files with 3 additions and 0 deletions

View File

@ -2258,6 +2258,9 @@ public class ServiceSynchronize extends LifecycleService {
db.folder().setFolderError(folder.id, null);
Log.i(folder.name + " connected");
// Process operations
processOperations(account, folder, isession, istore, ifolder, new ServiceState());
// Synchronize messages
synchronizeMessages(account, folder, (IMAPFolder) ifolder, folder.getSyncArgs(), new ServiceState());