Hey, at the bottom of `LazyColumn` I have a block ...
# compose
r
Hey, at the bottom of
LazyColumn
I have a block where I keep two action buttons. I want to replace them with progress indicator while loading is in progress, but that leads to scroll position change. How should I handle element change to not affect the scroll position? At the moment it scrolls up a bit when they change.