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

@@ -405,7 +405,7 @@ public class FragmentSetup extends FragmentBase {
@Override
protected Void onExecute(Context context, Bundle args) {
DB db = DB.getInstance(context);
for (EntityFolder folder : db.folder().getFoldersSynchronizing())
for (EntityFolder folder : db.folder().getFoldersAutoSync())
EntityOperation.sync(db, folder.id);
return null;
}