dvdciri / MultiChoiceRecyclerView

Multi choice selection applied on recycler view make life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem in selecting item for first time?

chnouman opened this issue · comments

Context

I'm using this library everything goes fine but the issue is for selecting item i have to make a long press
to select first time and other selection goes normal i means by just clicking single time.

Steps to reproduce

no fancy things just setup the project.

Current behaviour

while selecting first item i have to long press on the item to select.

Expected behaviour

i would be able to select first item by simply clicking on item instead of long pressing.

use
mAdapter.setSingleClickMode(true);
to enable that feature

Correct, that is a feature, you can enable single click mode as per above.