I have the following structure:
MotionLayout --> SwipeRefreshLayout --> RecyclerView
Everything works correctly except that items in the RecyclerView are not clickable. They are only clickable when the SwipeRefreshLayout is refreshing.
How can I fix this?
Does anyone know a workaround?