Android RecyclerView's parent onClick
I have a CardView that has some children and also a RecyclerView with android:layout_height="wrap_content". I have onClickListener on this CardView and it works fine until I click on the RecyclerView. It has no clickable items except CheckBoxes. Could you please tell me how I make it works? Preferably in Kotlin
Here is a representing image of my layout:
https://i.stack.imgur.com/0wuqL.jpgā¾