Hello, I'm using LazyRow with rememberSnapperFling...
# compose
a
Hello, I'm using LazyRow with rememberSnapperFlingBehavior to display the views likes this but the last item didn't take the focus until I use
fraction = 1f not fraction = 0.8f
so How to fix this?
👀 2