jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

Tapped cell moves to 1st position in recyclerview #35

Closed ravirajm closed 6 years ago

ravirajm commented 6 years ago

Hi there, first of all i'd like to say thanks for making SimpleRecyclerView.

I noticed a strange issue recently. I've added cell.setOnCellClickListener2 in bind data which intents to a new window. Strangely, when I come back to the RecyclerView, that tapped item/cell moves to the top of the recyclerview. It's difficult for me to put it down in words but I hope you understand.

jaychang0917 commented 6 years ago

Pls provide a demo project.

ravirajm commented 6 years ago

Never-mind, it wasn't a SimpleRecyclerView issue. Thanks anyways!