This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Android: the return of method "getRealView" in WXScroller should be 'mRealView' #1989
Closed
3 tasks
Describe the bug
The return of method "getRealView" in WXScroller should be 'mRealView', which is mScrollerView now.
When I reduce the children of scroller view, it has no effect now.
To Reproduce
I reduces item of row in function 'changeData', the length of row changed, but the number of children which displayed didn't change.
Environment
Expected behavior
The number of children in Scroller view should be reduces on the screen when I reduces the number of items.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: