Refactoring

This commit is contained in:
M66B
2019-02-27 17:02:30 +00:00
parent fb2e7e840f
commit b40bb3110f
3 changed files with 52 additions and 28 deletions

View File

@@ -680,7 +680,7 @@ public class ServiceSynchronize extends LifecycleService {
EntityLog.log(this, account.name + " connected");
// Update folder list
Core.synchronizeFolders(this, account, istore, state);
Core.onSynchronizeFolders(this, account, istore, state);
// Open synchronizing folders
final ExecutorService pollExecutor = Executors.newSingleThreadExecutor(Helper.backgroundThreadFactory);