I’m facing a problem with `LazyColumnFor`. The pro...
# compose
a
I’m facing a problem with
LazyColumnFor
. The problem is kind of hard to explain, so I included a video. depensing on the scroll position of Column recomposing with a subset list of items leads to empty list.
m
The scroll position is not updated when the items change
a
is that an expected behaviour? What if the new list is much shorter than the older one?
m
I don't think this will be the end behaviour. The lazylist api is subject to changes (ex: https://android-review.googlesource.com/c/platform/frameworks/support/+/1393622)
👍 1
a
Yes, it is a known bug, we will be working on fixing it, thanks!
🙏 1