mikepenz / FastAdapter

The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
https://mikepenz.dev
Apache License 2.0
3.83k stars 492 forks source link

Long-Click listeners not fired when refresh recyclerview short periodically #1005

Closed integral0909 closed 3 years ago

integral0909 commented 3 years ago

Thanks for your great library. I have implemented my recyclerview with this FastAdapter. But I have a problem with item long click listener. The issue is that item long click events are not fired when refresh items per 500ms or less time. How can I solve this issue?