Revert "Sync folders on manual sync"

This reverts commit 03cd7f927e.
This commit is contained in:
M66B
2019-02-28 09:39:04 +00:00
parent f6d810fab1
commit b4742a2072
4 changed files with 3 additions and 12 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, true);
EntityOperation.sync(context, db, fid);
}
}