BaseRecyclerViewAdapterHelper icon indicating copy to clipboard operation
BaseRecyclerViewAdapterHelper copied to clipboard

3.0.4版本Kotlin中局部刷新

Open M78Code opened this issue 4 years ago • 3 comments

局部刷新 在继承的BaseQuickAdapter适配器convert(holder,item),局部刷新,在convert(holder,item,payloads)中更新,点击item时,打印出来的position位置是对的,但刷新的视图不是对应的position位置视图,始终是最后一个视图,我换成原始的RecyclerView.Adapter,是正常的,

[ notifyItemChanged

](url)

M78Code avatar Apr 07 '21 04:04 M78Code

你的是不是和这个一样
https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/3104

Reginer avatar May 17 '21 08:05 Reginer

是的,

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年5月17日(星期一) 下午4:14 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [CymChad/BaseRecyclerViewAdapterHelper] 3.0.4版本Kotlin中局部刷新 (#3454)

你的是不是和这个一样 #3104

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

M78Code avatar May 17 '21 08:05 M78Code

修复了没

geekxiaolong avatar Nov 21 '22 13:11 geekxiaolong