When I am implementing single recyclerview in bottomsheet, the first itemCLick is not working.
The same behavior was found when using recyclerview with AppBarLayout, but that was a bug in recyclerview.
To reproduce: Scroll really fast and let it reach to the end and stop automatically, and then click on an item, click listener won't work, all the subsequent clicks will.
When I am implementing single recyclerview in bottomsheet, the first itemCLick is not working. The same behavior was found when using recyclerview with AppBarLayout, but that was a bug in recyclerview.
To reproduce: Scroll really fast and let it reach to the end and stop automatically, and then click on an item, click listener won't work, all the subsequent clicks will.
Got any solution ??