Hey guys, Is there some way to draw only behind th...
# compose
a
Hey guys, Is there some way to draw only behind the status bar and not behind the navigation bar while going edge-to-edge? Right now I am using a workaround by adding a
navigationBarsPadding
modifier for my entire app content. But is there any other way?
c
No, that is the intended way
a
Okay, thanks