Skip to content

Item on recycler not call long click after.... #13

@lien2761

Description

@lien2761

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions