drag-select-recyclerview
drag-select-recyclerview copied to clipboard
Improved items selectability check, and stop scrolling when an item is not selectable
Main changes:
- removed
getItemCount(was not used at all) - renamed
isIndexSelectabletoisSelectablefor consistency - check items selectable also during selection, not only at first selection
- stop drag to select when an item cannot be selected
- added a
DragToSelectListenerin order to monitor activation/deactivation of drag to select