. When the sheet opens the status bar uses dark icons but the background is black so they become invisible. How can I change them to be light again? In the "normal" android
but this is missing from multiplatform. I also can't use the normal
enableEdgeToEdge
because this is for the Activity's window, not the bottomsheet's window (I think that's a new window like a dialog?)
a
Alex Styl
12/23/2024, 1:23 PM
I don't think you can.
On the bright side, the compose unstyled library has a modal bottom sheet that doesn't change the system bars, and gives you the window as a Local so that you can do the styling on your own
c
Christian Würthenr
12/23/2024, 2:55 PM
That's a good hint! I'll try that
Christian Würthenr
12/23/2024, 2:55 PM
Shame that the "official" sheet can't do something so basic....it really breaks the app right now