You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I programmatically change the position from middle/bottom to top, it works, but it's not animated. As animation option, I have set .spring(). I've made my own, custom BottomSheetPosition if that matters.
bottomSheetPosition is .middle by default. Then, in a button action, I set bottomSheetPosition = .top. This is how I initialize the bottom sheet:
When I programmatically change the position from middle/bottom to top, it works, but it's not animated. As animation option, I have set
.spring()
. I've made my own, customBottomSheetPosition
if that matters.bottomSheetPosition
is.middle
by default. Then, in a button action, I setbottomSheetPosition = .top
. This is how I initialize the bottom sheet:The text was updated successfully, but these errors were encountered: