https://kotlinlang.org logo
#compose
Title
# compose
b

Brian Gardner

02/26/2020, 3:38 PM
What’s more interesting is that I can scroll the
AdapterList
slowly and the app does not crash. It crashes when I try to fling the list up or down. I’m also seeing messages from the Choreographer about skipping frames so I’m thinking the quick fling is causing the UI updates to fall too far behind so the measure is missed at some point before the draw.
l

Leland Richardson [G]

02/26/2020, 5:24 PM
sounds like a race condition of some sort
z

Zach Klippenstein (he/him) [MOD]

02/26/2020, 5:54 PM
I ran into something similar, where I had clickable items and they worked until I flung the list, then nothing got click events anymore.