chenBingX / SuperTextView

Hi,Developer,Welcome to use SuperTextView !
https://github.com/chenBingX/SuperTextView/wiki
3.31k stars 397 forks source link

setUrlIamge网络图片,列表每刷新下边的图片就会覆盖到上边去 #104

Open mtj956052456 opened 3 years ago

mtj956052456 commented 3 years ago

比如说有6个item,每个item都加载的网络图片,下拉刷新后,第6个item的图片会复制到第五个item里面,开始以为是图片链接的问题,然后使用了Imageview就正常了,setUrlImage(url,false)也会正常,不过不会填充满整个SuperTextView控件。