Hello,
I am using nested recyclerView. facing an issue with the same. Parent and child recylerview renders properly until parent recycler view get's scrolled. After scrolling parent recyclerView, child recyclerview elements doesn't get's loaded. Sharing the code below:
layout_child_recyclerView.xml
layout of item_row.xml
Any suggestions for the same