Hello, I noticed that `LazyColumn` produces incorr...
# compose-android
l
Hello, I noticed that
LazyColumn
produces incorrect glitches. When I scroll quickly, I reliably sometimes get one item that was long scrolled past to briefly show up, overlaid on to whatever I'm scrolling. I've never witnessed this kind of issue with RecyclerView, and I'm now a bit worried about the display correctness of
LazyColumn
. Is that a known issue? I don't know if it's Android only, but I reproduced it on Wear OS (Pixel Watch 2 and Mobvoi TicWatch Pro 5), where the screens are a lot shorter than on phones.
2
h
I've noticed the same issue with LazyVerticalGrid, but I can't reliably reproduce it, it happened like once in 50 times 🫠 For me it happened on CMP
l
I can reproduce it very easily in my case. In think a small height + lots of fast flings increase the likelihood of it happening. You also need items that are visibly different to spot it happening.
s
Not a known issue, please file a bug