FunkyMuse
05/11/2021, 2:14 PMval zIndex = if (state.targetValue == ModalBottomSheetValue.Hidden) {
0f
} else {
2f
}
ModalBottomSheetLayout(
modifier = Modifier.navigationBarsPadding().zIndex(zIndex)
it worked on beta03, it doesn't work anymore, is there an issue related to this?
My BottomNavigationComposable has a zIndex of 1fLucien Guimaraes
05/17/2021, 3:06 PMFunkyMuse
05/17/2021, 3:06 PMIgor Maineti
11/18/2021, 10:59 PMFunkyMuse
11/19/2021, 7:36 AM