mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Added folder sync worker
This commit is contained in:
@@ -304,7 +304,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
// Folder list
|
||||
EntityAccount account = db.account().getAccount(aid);
|
||||
if (account != null && !"connected".equals(account.state))
|
||||
ServiceUI.fsync(context, aid);
|
||||
WorkerFolderSync.queue(aid);
|
||||
else
|
||||
ServiceSynchronize.reload(getContext(), "refresh folders");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user