In `LazyColumn` if I scroll down slowly, rows are ...
# compose
n
In
LazyColumn
if I scroll down slowly, rows are adjusted to adjust to the first row. If I scroll up slowly, I can’t get past the current first visible element; scrolling up faster I can get past it. I am not passing anything special to
LazyColumn
. The same happens with
LazyVerticalGrid
. Can I disable this behaviour? I am using alpha-10, but it also happens at least in alpha-09 and alpha-08
a
check alpha11; if it's still happening please file a bug
n
Yes, it still happens in alpha11. The bug I filed is https://issuetracker.google.com/issues/179593134
👍 1