is it possible to have a `bottomSheet` open anothe...
# compose
o
is it possible to have a
bottomSheet
open another
bottomSheet
with navigation, without going through those animations where first sheet closes before the second opens, and back clicking cascades back by closing the second and opening back the first? i find it time consuming and a bit confusing in real life usage i hopes it’s clear otherwise i can post a video of how it looks like
b
That paradigm is iOS based. I’d either do what you are describing or push a screen in the sheet from the right.