Harold Scissors
05/25/2025, 2:48 PMOverlayScene
in Nav3?Ian Lake
05/25/2025, 3:02 PMDialogScene
? The code: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:navigation3/navigation3-ui/src/commonMain/kotlin/androidx/navigation3/ui/DialogScene.kt
The example usage: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:navigation3/navigation3-ui/src/androidInstrumentedTest/kotlin/androidx/navigation3/ui/NavDisplayTest.kt;l=100Harold Scissors
05/25/2025, 3:08 PMIan Lake
05/25/2025, 3:08 PMDialog
with BottomSheet
Harold Scissors
05/26/2025, 7:07 PMSceneStrategy
on NavDisplay
? We have a single activity app, and need some NavEntry
to be dialogs and some to be bottomsheetsIan Lake
05/26/2025, 7:11 PMHarold Scissors
05/26/2025, 10:34 PMIan Lake
05/26/2025, 10:35 PMmattinger
05/28/2025, 3:07 PM