Hi all, i’ve run into a strange bug in ScalingLazy...
# compose-wear
i
Hi all, i’ve run into a strange bug in ScalingLazyColumn on Wear OS When I use a long Text inside of ScalingLazyColumn and launch the app the bottom of the Text gets the focus, instead of the beginning. Here’s detailed description of a problem with a code snippet https://stackoverflow.com/questions/74384254/bug-in-default-behavior-of-scalinglazycolumn-jetpack-compose-wear-os Any idea how to fix it? Feel free to respond in this thread or on Stack Overflow. In my opinion, it should be the default behavior to focus on the beginning of the first element, focusing on the bottom of the first element makes no sense, hence I feel like it’s a bug
solved my own issue, i just had to do autoCentering = null
j