Jetpack Compose 导航:在彼此之上显示多个底页

Phe*_*haz 6 android android-navigation android-jetpack-compose jetpack-compose-navigation jetpack-compose-accompanist

我正在尝试找到一种解决方案来显示多个底部工作表,以适应我们的用户体验/设计。

目前一直在尝试使用AccompanistCompose Navigation Reimagined,但没有成功。似乎 BottomSheets 的内置内部工作方式一次只能显示,例如显示一张纸、隐藏它并交换内容并显示“新纸”。

问题可能与accompanist 上的这个 github 问题有些相关

Essentially what i'm trying to do is being able to have a "stack" of bottomsheets on top of each other. I've been trying to make things work with the compose navigation, but having issues with background colors and replicating the "bottom sheet" overlay when the screen enters.

Any one who has found a way to implement something along the lines of what i'm trying?