Small fix, cleanup

This commit is contained in:
M66B
2019-02-27 08:56:10 +00:00
parent 274c9dd471
commit 9ea21370e4
3 changed files with 5 additions and 10 deletions

View File

@@ -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;