mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Small fix, cleanup
This commit is contained in:
@@ -267,7 +267,7 @@ public class FragmentOptions extends FragmentBase implements SharedPreferences.O
|
||||
@Override
|
||||
protected Void onExecute(Context context, Bundle args) {
|
||||
DB db = DB.getInstance(context);
|
||||
List<EntityFolder> folders = db.folder().getFoldersSynchronizing();
|
||||
List<EntityFolder> folders = db.folder().getFoldersAutoSync();
|
||||
for (EntityFolder folder : folders)
|
||||
EntityOperation.sync(db, folder.id);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user