Hello all, I am running into an issue with ModalBottomSheetLayout and my dark theme. I hide the bottom navigation (tab bar) on some screens. However when I do that the space that the bottom navigation bar took up is white (not pretty in dark theme), for a moment while the bottom bar is hidden. Code in reply, not sure where to start debugging on why this is happening.
I can wrap the bottomBar content with a composable with a background to “fix” the issue. Not sure if that is just masking an issue with my code, or a viable fix.