2 questions from the last 30 days
-1
votes
0
answers
39
views
LazyColumn flingBehavior problem in Jetpack Compose [closed]
I used the following code in Jetpack Compose to position items in the center of the screen and I succeeded, but when I click on the item, the item moves down and the flingBehavior effect disappears. ...