Handling java.lang.IllegalArgumentException When Dismissing Bottom Sheet in Jetpack Compose
I’m facing an IllegalArgumentException
in my Jetpack Compose app when trying to dismiss a bottom sheet. The crash doesn’t occur when I set the scrimColor
attribute to a transparent
color.