fedorenkoalex / bottomsheetrecycler

BottomSheet Multiple RecyclerView
Apache License 2.0
85 stars 13 forks source link

RecyclerView first click not working #7

Open Kashish-Sharma opened 5 years ago

Kashish-Sharma commented 5 years ago

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 ??