youlookwhat / ByRecyclerView

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

报废或附加的视图可能无法回收 #72

Closed uaoan closed 1 year ago

uaoan commented 1 year ago

java.lang.IllegalArgumentException: Scrapped or attached views may not be recycled. isScrap:false isAttached:true me.jingbin.library.ByRecyclerView{455d865 VFED..... ......ID 0,0-1080,1956 #7f080073 app:id/byrecyclerview1}, adapter:me.jingbin.library.ByRecyclerView$WrapAdapter@39a193a, layout:androidx.recyclerview.widget.LinearLayoutManager@92899eb, context:com.uaoanlao.rain.UaoanLaoActivity@819baa6 我下拉刷新闪退了,闪退日志说是报废或附加的视图可能无法回收,不知道怎么解决了

@youlookwhat