I have a vertical scrollable column, and at some p...
# compose
a
I have a vertical scrollable column, and at some point, the column scroll to the top automatically, is there a way to figure out what caused this unexpected scrolling behavior?
m
without code, probably not
l
It’s likely that either something’s not being remembered, or you have some code that scrolls to the top (maybe in a LaunchedEffect) that isn’t being keyed properly, but without code, there’s not much we can do to help.