https://kotlinlang.org logo
Title
u

user

07/06/2022, 11:31 AM
Jetpack Compose: Bottom Sheet not showing up as expected I have a scaffold that has a BottomNavigationView and the content. On one of my screens, I have a filter button that navigates me to the FilterScreen. FilterScreen is a bottomSheet composable. When I navigate to FilterScreen the result is : So as you can see when I click the filter button, the BottomNavigationView is hiding but the FilterScreen is not showing. Here is the code : val navController = rememberAnimatedNavController() val bottomSheetNavigator =...