Skip to content

Commit

Permalink
BinderSet now not internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhimulin Damir committed Jan 20, 2021
1 parent 0afb08e commit 767c9c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open class MultiBindingAdapter(
): RecyclerView.Adapter<RecyclerView.ViewHolder>() {

var items: List<Any> = listOf()
internal val bindersSet = binders.toList() as List<ViewBinder<Any, ViewBinding>>
val bindersSet = binders.toList() as List<ViewBinder<Any, ViewBinding>>

override fun onCreateViewHolder(
parent: ViewGroup,
Expand Down

0 comments on commit 767c9c6

Please sign in to comment.