Commit c74a59d
committed
fix: use positionViewAtBeginning instead of set contentY
It is not recommended to use contentX or contentY to position the
view at a particular index. This is unreliable since removing items
from the start of the list does not cause all other items to be
repositioned, and because the actual start of the view can vary based
on the size of the delegates.
PMS: BUG-356795
Log:1 parent b30f28c commit c74a59d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments