CymChad / BaseRecyclerViewAdapterHelper

BRVAH:Powerful and flexible RecyclerAdapter
http://www.recyclerview.org/
MIT License
24.3k stars 5.15k forks source link

4.0.0-beta14 再次执行下拉刷新,执行submitList导致列表数据重复 #3796

Closed zhangnin closed 11 months ago

zhangnin commented 1 year ago

首次加载执行了submitList,下拉刷新再次执行submitList,数据重复

在设置数据之前先置空adapter.submitList(data)也不行,调用刷新也不行notifyDataSetChanged

limuyang2 commented 1 year ago

给个demo 呢?

limuyang2 commented 11 months ago

长时间未回复,先关闭了