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

AmrJyniat

02/22/2023, 4:50 PM
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

myanmarking

02/22/2023, 5:04 PM
without code, probably not
l

Landry Norris

02/22/2023, 5:06 PM
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.
6 Views