Michał Diner
06/17/2021, 2:26 PMBottomSheet(navController) {
BottomNavigationBar(
navController,
navHost)
}
ModalBottomSheetLayout(
sheetState = bottomSheetScaffoldState,
sheetContent = {...}
content = {
bottomNavigationBar()
Unaccaptable alternatives:
1. BottomSheet opened up by navigation -> replaces current screen and is above the BottomNavBar
2. BottomSheet initialised on currently displayed screen -> shows up above the BottomNavBar.
Any ideas how to improve this or is this it?nitrog42
06/17/2021, 2:39 PMMichał Diner
06/17/2021, 2:41 PMnitrog42
06/17/2021, 2:41 PMIan Lake
06/17/2021, 3:21 PM