Incorrect position of click in RV
Closed this issue · 3 comments
Serg-Shar commented
I have a fork with minor changes to demonstrate the problem:
https://github.com/Serg-Shar/HiddenSearchWithRecyclerView
Case 1: search bar is hidden:
Click on any item calls click on the selected item:
Case 1: search bar is visible:
Click on any item calls click on the following one:
Is it possible to avoid the mismatching independently of scroll bar state?
lucanicoletti commented
Have a look a this. The problem seems the same. I'll update that issue
from now on.
Thanks for raising it.
lucanicoletti commented
This should be fixed with the 0.0.6 version of the library.
Please confirm and close the issue if it is, or update it.