Skip to content

Commit

Permalink
Changed viewHolder privacity
Browse files Browse the repository at this point in the history
  • Loading branch information
damir.r committed Dec 17, 2020
1 parent 7457dd9 commit 07911f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rekukler/src/main/java/com/rerekt/rekukler/ViewBinder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ inline fun <reified Type: Any, Binder: ViewBinding> viewBinder(
)

class Holder<Type: Any, Binding: ViewBinding>(
private val viewHolder: RecyclerView.ViewHolder
val viewHolder: RecyclerView.ViewHolder
) {

internal var bindingBlock: Binding.(Type) -> Unit = {}
Expand Down

0 comments on commit 07911f5

Please sign in to comment.