I started to develop an xposed module but now I get a strange error. I used
RecyclerView player_recycler_view=(RecyclerView)card_content.getChildAt(2)
to get the RecyclerView. card_content
is the parent of the RecyclerView.
I get this error
java.lang.ClassCastException: android.support.v7.widget.RecyclerView cannot be cast to android.support.v7.widget.RecyclerView
It makes no sense! With the others child of card_content
everything is working fine.
Thank you in advance!