youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

为什么使用binding.recyclerView.setOnItemChildClickListener必须手动对holder setByRecyclerView? #4

Closed liu-xinhui closed 4 years ago

liu-xinhui commented 4 years ago

image image 这样写会报错,提示byRecyclerView为null,感觉应该可以自动绑定RecyclerView的,为什么要每次重新set?

youlookwhat commented 4 years ago

是的,可以自动绑定,我完善一下,非常感谢~

youlookwhat commented 4 years ago

@liunewshine 已经完善了,可以引入最新的版本:ByRecyclerView:1.0.12-supportByRecyclerView:1.0.12。 有什么问题或建议可以直接提,我会随时跟进😁

liu-xinhui commented 4 years ago

可以了,非常感谢