You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Item on recyclerView not call long click after call this:
binding.recyclerView.setOnTouchListener { v, event ->
return@setOnTouchListener binding.itemLayout.dispatchTouchEvent(event)
}
RecyclerView always get long click.
RecyclerView's items close clickable.
Please help.
The text was updated successfully, but these errors were encountered:
Item on recyclerView not call long click after call this:
binding.recyclerView.setOnTouchListener { v, event ->
return@setOnTouchListener binding.itemLayout.dispatchTouchEvent(event)
}
RecyclerView always get long click.
RecyclerView's items close clickable.
Please help.
The text was updated successfully, but these errors were encountered: