does anyone have the same problem when using <http...
# compose
f
does anyone have the same problem when using https://google.github.io/accompanist/navigation-material/ with
BottomSheet
as destination with an AnimatedNavHost, after using navigateUp the sheet scrim is still visible but the bottom sheet is dismissed, it works fine if you click on the scrim (both are dismissed)
c
Mostly just jumping on to rant to say that I cannot wait for bottom sheets in compose to be straightened out. My design team uses them like everywhere, and we get bit by a ton of little papercuts like this.
👍 1
f
I included a workaround into the issue as well in case you didn't find one. I feel you...