alibaba / vlayout

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
http://tangram.pingguohe.net/
MIT License
10.8k stars 1.79k forks source link

在vlayout里使用glide出现崩溃 #486

Open TaylorRiver opened 4 years ago

TaylorRiver commented 4 years ago

继承 DelegateAdapter.Adapter 下的adapter 在onBindViewHolder()方法使用glide 1577454894(1)

app会抛出 71497729-74ea3b80-2894-11ea-8958-4a0979f27e88

71497734-7ae01c80-2894-11ea-90bc-e942b932e651

71497738-7fa4d080-2894-11ea-830c-81ae8915510a

当我快速滑动recyclerview的时候,一段时间app就崩溃,出现上面的log,说打开太多文件了 注: 每个Rv 的item都是加载的同一张图片,这张图片是不存在的.glide用的是4.10.0最新版的 vlayout用的是1.2.36版本的

问下大佬们,这种情况该怎么办呢?顺便问下你们在vlayout用的是什么图片加载框架

mosentest commented 4 years ago

私发给我