mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Synchronize folders on on demand sync
This commit is contained in:
@@ -2231,6 +2231,9 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
db.account().setAccountState(account.id, "connected");
|
||||
Log.i(account.name + " connected");
|
||||
|
||||
// Synchronize folders
|
||||
synchronizeFolders(account, istore, new ServiceState());
|
||||
|
||||
// Connect folder
|
||||
Log.i(folder.name + " connecting");
|
||||
db.folder().setFolderState(folder.id, "connecting");
|
||||
|
||||
Reference in New Issue
Block a user