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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update dependencies
Kotlin 1.7.21
Compose 1.2.0
Compose Compiler 1.3.0
Activity Compose 1.5.0
(New) dismissWithAnimation to use dimissWithAnimation in BottomSheetDialog
Default value is false. If set dismissWithAnimation property to true, whether you press back button or click outside , onDismissRequest is called once after sheet dismiss animation. If it is set false, BottomSheetDialog will dismiss with window animation.