Activates sliding effect for all screens
This commit is contained in:
@@ -208,7 +208,7 @@ fun MainScreen(
|
||||
}
|
||||
}
|
||||
}
|
||||
val shouldShow = bottomBarOffsetHeightPx.value == 0f || navState.value?.destination?.route?.startsWith("Home") == false
|
||||
val shouldShow = bottomBarOffsetHeightPx.value == 0f
|
||||
|
||||
ModalBottomSheetLayout(
|
||||
sheetState = sheetState,
|
||||
|
||||
Reference in New Issue
Block a user