Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a replaceAll(List<RenderInfo>) method to RecyclerBinder.
For compatibility reasons, there's currently no way to hook up RecyclerView.notifyDatasetChanged() calls to RecyclerBinder without potentially triggering transition animations. This opens up an API to support the equivalent of replacing all the items in a RecyclerBinder and calling notifyDatasetChanged().
- Loading branch information