turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

Wrong RecyclerView #119

Closed ProDev2 closed 6 years ago

ProDev2 commented 6 years ago

When using it in viewpager it finds the wrong recyclerview. It finds a recyclerview that is in another fragment, which has the same id. I fixed this by setting the recyclerview programmatically and not through the layout.

turing-tech commented 6 years ago

We've run into this problem before. I'll try and design an approach where it scans nearby elements first and see if that helps.

turing-tech commented 6 years ago

Fixed. Try it out and let me know.