You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 ?
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
The text was updated successfully, but these errors were encountered: