youlookwhat / ByRecyclerView

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

发现了一个内存泄露的问题 #33

Closed bean-liu closed 3 years ago

bean-liu commented 3 years ago

尝试修复了一下,目前leakCanary没有提示有泄露了,但是不知道对其他的逻辑有没有影响。

youlookwhat commented 3 years ago

可以自己先检查一下demo里的第9点哈,看结合CoordinatorLayout使用有没有问题,没有的话我合并一下