olshevski / compose-navigation-reimagined

🌈 Type-safe navigation library for Jetpack Compose
https://olshevski.github.io/compose-navigation-reimagined/
MIT License
534 stars 18 forks source link

[Question] Multiple bottomsheets on top of each other #20

Closed MarcLFJ closed 1 year ago

MarcLFJ commented 1 year ago

Is it possible to not have the previous bottomsheet be dismissed before showing the new sheet?

olshevski commented 1 year ago

Such case is not supported. It is not possible to do so.