Thomas Richtsfeld
04/15/2025, 5:14 PMDestinationsNavigator
to navigate to "ScreenC". Doing this inside the composable of "ScreenB". Something like navController.navigate(DeviceRegistrationScreenDestination)
. The bottom bar is still shown on "ScreenC" which is obvious to me.
Now the question is: Is it possible to launch a screen on top of the bottom bar without a callback to the first NavHost that contains the bottom bar?Rafael Costa
04/22/2025, 1:40 PMThomas Richtsfeld
04/22/2025, 2:52 PMIan Lake
04/24/2025, 1:56 AM