I need to disable the drag to select feature of RecyclerView
selection tracker. Currently after long press item gets selected and if I continue dragging continuous items are selected. I need to ensure that rest items are not selected.
Tried working something with the inbuild implementations but nothing worked.
from How to disable drag to select in RecyclerView SelectionTracker?
No comments:
Post a Comment