mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Added on demand process
This commit is contained in:
@@ -269,7 +269,7 @@ public class FragmentOptions extends FragmentBase implements SharedPreferences.O
|
||||
DB db = DB.getInstance(context);
|
||||
List<EntityFolder> folders = db.folder().getFoldersAutoSync();
|
||||
for (EntityFolder folder : folders)
|
||||
EntityOperation.sync(context, db, folder.id);
|
||||
EntityOperation.sync(context, folder.id);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user