CymChad / BaseRecyclerViewAdapterHelper

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

频繁刷新适配器数据,itemClick 没有回调 #3812

Closed yuandoudou928 closed 8 months ago

yuandoudou928 commented 8 months ago

Describe the bug 频繁的submitList,导致 itemClickListener 没有回调。我这里有个 WebSocket 数据,一秒钟可能有十多二十次数据不等,又需要用户点击 item 获取值。这时经常会没有点击事件回调。

Expected behavior 请问除了给 submitList 设置防抖,还有其它方法吗?