Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Item always move #279

Open
herotha opened this issue Sep 26, 2016 · 2 comments
Open

Item always move #279

herotha opened this issue Sep 26, 2016 · 2 comments

Comments

@herotha
Copy link

herotha commented Sep 26, 2016

when i scroll, each item is not align properly and it always move.

when i change:
if (anchorItemPosition > 0 && (refreshingLanes || !restoringLanes)) {
to:
if (anchorItemPosition > 0 && refreshingLanes && !restoringLanes) {
in BaseLayoutManager, items are reversed when scrolling

@blood-mist
Copy link

When I have my 1st or last item selected, they get unaligned often,they seem to be out of place for a while and then re-adjust their alignment. Any solutions to this ?

@srxffcc1
Copy link

srxffcc1 commented Jun 9, 2017

#281

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants