rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 614 forks source link

Jumps to the end when more items are appended #16

Closed sevar83 closed 7 years ago

sevar83 commented 7 years ago

I have a continuously loading paginated horizontal list. Loading new page is triggered on bottom scroll when there are less than 10 items to the end of the adapter list. The moment when a new page is loaded the snap jumps directly to the end. Maybe you tested only cases where adapter size does not change on the fly.

sevar83 commented 7 years ago

Sorry, maybe the problem is on my side. Ignore it for now. P.s. Yes, the problem was my mistake. Close please.