Alex
08/29/2022, 6:51 AMBox {
Box {
Composable1() <-- render this "on top of" (higher zIndex) Composable2
}
Composable2()
}
Oleksandr Balan
08/29/2022, 7:13 AMStylianos Gakis
08/29/2022, 7:27 AMAlex
08/29/2022, 7:30 AMfitsSystemWindows
which means drawing the darkened background behind the dialogs will not cover the whole screen.
we have moved the darkened background further up the compose hierarchy where it can cover the whole screen, but would like the dialog itself to be close to the calling site (for lambdas etc) but still draw above the darkening backgroundStylianos Gakis
08/29/2022, 7:40 AM