lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Item always move #279

Open herotha opened 7 years ago

herotha commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

https://github.com/lucasr/twoway-view/issues/281