ImageGridView icon indicating copy to clipboard operation
ImageGridView copied to clipboard

有问题啊 滑动rv, 图片会出现错乱啊

Open badboy-tian opened this issue 5 years ago • 6 comments

badboy-tian avatar Apr 12 '19 02:04 badboy-tian

@badboy-tian 我的Demo有问题?

junixapp avatar Apr 13 '19 09:04 junixapp

还真是列表滑动有错乱数据

wotoutengleha avatar Sep 03 '19 09:09 wotoutengleha

楼主可以解决一下么

wotoutengleha avatar Sep 03 '19 09:09 wotoutengleha

楼主可以解决一下么

复用的ImageView重新显示一下 // 要刷新复用的ImageView for (i in 0 until min(oldViewCount,newViewCount)){ (getChildAt(i) as? NineGridImageView)?.let { it.clearView() mAdapter!!.getUrls()?.get(i)?.let { url-> mAdapter!!.loadImage(it, i, url) } } }

HoYor avatar Mar 17 '20 07:03 HoYor

@HoYor 大佬可以发修复版本出来么

chengzhuangjie avatar Jan 01 '23 15:01 chengzhuangjie

几年了,没有代码了噢。可以参考一下我当时的回答修改下哦

HoYor avatar Jan 06 '23 07:01 HoYor