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 was 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