Remove displayCutoutPadding
This commit is contained in:
parent
550bad9376
commit
1827faec9c
1 changed files with 0 additions and 2 deletions
|
|
@ -44,8 +44,6 @@ fun CreateRoomRootScreen(
|
||||||
) {
|
) {
|
||||||
Scaffold(
|
Scaffold(
|
||||||
modifier = modifier.fillMaxWidth(),
|
modifier = modifier.fillMaxWidth(),
|
||||||
// TODO to test
|
|
||||||
//.displayCutoutPadding()
|
|
||||||
topBar = {
|
topBar = {
|
||||||
CreateRoomViewTopBar(onClosePressed = onClosePressed)
|
CreateRoomViewTopBar(onClosePressed = onClosePressed)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue