Remove displayCutoutPadding

This commit is contained in:
Maxime NATUREL
2023-03-03 16:14:37 +01:00
committed by Florian Renaud
parent 550bad9376
commit 1827faec9c

View File

@@ -44,8 +44,6 @@ fun CreateRoomRootScreen(
) {
Scaffold(
modifier = modifier.fillMaxWidth(),
// TODO to test
//.displayCutoutPadding()
topBar = {
CreateRoomViewTopBar(onClosePressed = onClosePressed)
}