Aspsine / IRecyclerView

IRecyclerView is a custom RecyclerView that supports pull-to-refresh, pull-to-loadmore, customize refresh header and loadmore footer, add header views and footer views.
729 stars 146 forks source link

友盟上报错:crash了 #49

Open taishuhongye opened 5 years ago

taishuhongye commented 5 years ago

java.lang.IllegalArgumentException: Scrapped or attached views may not be recycled. isScrap:false isAttached:true com.aspsine.irecyclerview.IRecyclerView{44bdee0 VFED..... .F...... 0,240-1440,2320 #7f09062d app:id/list_detail}, adapter:com.aspsine.irecyclerview.g@3765599, layout:android.support.v7.widget.LinearLayoutManager@4cd405e

我的代码中,针对于这个错误的的地方都处理了。但还是有这个错误,想来就是IRecyclerView内部的问题了。