I put another RecyclerView B
in a RecyclerView A
.
I set an OnClickListener
into the ItemView
in the Adapter of the outer RecyclerView A.
When I click anywhere on the ItemView
in RecyclerView A
, OnClickListener will work well but when I click RecyclerView B
in ItemView
, My OnClickListener
does not work anymore.
Does anyone know why it behaves like this?