Activates sliding effect for all screens

This commit is contained in:
Vitor Pamplona
2023-09-20 18:59:49 -04:00
parent 831386a656
commit 978f13fbf3
@@ -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,