Sync folders on manual sync

This commit is contained in:
M66B
2019-02-28 08:39:20 +00:00
parent 80961856d0
commit 03cd7f927e
4 changed files with 12 additions and 3 deletions

View File

@@ -320,7 +320,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
throw new IllegalArgumentException(context.getString(R.string.title_no_internet));
} else {
now = "connected".equals(account.state);
EntityOperation.sync(context, db, fid);
EntityOperation.sync(context, db, fid, true);
}
}