mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Refactoring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user