Closed ProDev2 closed 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.
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.
Fixed. Try it out and let me know.
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.