youlookwhat / ByRecyclerView

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

BaseRefreshHeader 无法适配到 SmartRefreshLayout #35

Closed Mou-arch closed 2 years ago

Mou-arch commented 3 years ago

项目使用 SmartRefreshLayout ,但是根据BaseRefreshHeader 接口的方法,没法实现两者的融合

youlookwhat commented 3 years ago

BaseRefreshHeader无法和SmartRefreshLayout融合,因为BaseRefreshHeader属于ByRecyclerView自定义的下拉刷新头,你应该可以将 SmartRefreshLayout 和 ByRecyclerView 配合使用,不设置ByRecyclerView下拉刷新的监听即可,你可以试试

Mou-arch commented 3 years ago

试了下,会存在冲突,我直接拉源码改吧

youlookwhat commented 3 years ago

可以哈,处理好兼容,好了我可以合一下代码