HaniFakhouri
12/08/2025, 4:49 PMNavDisplay(sceneStrategy = bottomSheetStrategy)
and another example of dialog scene strategy:
NavDisplay(sceneStrategy = dialogStrategy)
But what if I want to display one entry as a dialog and another entry as a bottom sheet? I mean NavDisplay does take in several scene strategies.Ian Lake
12/08/2025, 5:21 PMsceneStrategy = bottomSheetStrategy then dialogStrategyIan Lake
12/08/2025, 5:21 PMHaniFakhouri
12/08/2025, 6:38 PM