0

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?

Peter Staranchuk
  • 1,343
  • 3
  • 14
  • 29
sunilson
  • 1,449
  • 15
  • 31

1 Answers1

0

Try to put the setOnClickListener directly in the adapter.