Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

OnClickListener #35

Open amrsilva opened 9 years ago

amrsilva commented 9 years ago

When I scroll the list and select one item the position passed is wrong. You know why this happens??

SovcikJoe commented 9 years ago

Are you using StickyHeaders as well? Try overriding method getItemID and return jsut position through it

amrsilva commented 9 years ago

I'm not using StickyHeaders.

Malinskiy commented 9 years ago

Hi @amrsilva,

could you please make a sample app for this issue?

Thanks