Skip to content

Commit

Permalink
🐛 Fix applying items to BindingRecyclerViewAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sucharda committed Jul 31, 2021
1 parent b70f51c commit 0fed7a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ class BindingRecyclerViewAdapter<T : Any>(
*/
fun <T : Any> build(config: BindingAdapterConfig<T>, differ: DiffUtil.ItemCallback<T>?) =
BindingRecyclerViewAdapter(
items = config.items,
itemBinder = config.itemBinder,
itemClickListener = config.itemClickListener,
itemLongClickListener = config.itemLongClickListener,
Expand Down

0 comments on commit 0fed7a0

Please sign in to comment.