drag-select-recyclerview icon indicating copy to clipboard operation
drag-select-recyclerview copied to clipboard

Improved items selectability check, and stop scrolling when an item is not selectable

Open ccodega opened this issue 2 years ago • 0 comments

Main changes:

  • removed getItemCount (was not used at all)
  • renamed isIndexSelectable to isSelectable for consistency
  • check items selectable also during selection, not only at first selection
  • stop drag to select when an item cannot be selected
  • added a DragToSelectListener in order to monitor activation/deactivation of drag to select

ccodega avatar Apr 13 '22 08:04 ccodega