twoway-view icon indicating copy to clipboard operation
twoway-view copied to clipboard

Item always move

Open herotha opened this issue 9 years ago • 2 comments

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

herotha avatar Sep 26 '16 02:09 herotha

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 ?

blood-mist avatar Apr 18 '17 08:04 blood-mist

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

srxffcc1 avatar Jun 09 '17 00:06 srxffcc1