안드로이드/안드로이드 디버깅
[디버깅] SwipeRefreshLayout+RecyclerView 조합에서 item click 이벤트 수신 불가 문제
Black.bean
2020. 11. 29. 03:21
constraintLayout을 linearLayout으로 변경. 버그로 추정
SwipeRefreshLayout blocks onClickCallback of item in nested RecyclerView
I have a SwipeRefreshLayout with a nested RecyclerView. Each item in the recycler view essentially is a CardView with an onClickHandler attached. I have an issue where my clickHandler is not called...
stackoverflow.com