I have a parent recyclerview that has 3 child view in it. The last two of the child are recyclerview.
Parent recyclerview - child view 1 - child view 2 (ho
Initialize layout manager in oncreate only or only 1 time dont re initialize it recyclerview.setLayoutManager(new LinearLayoutManager(context));