Remove displayCutoutPadding

This commit is contained in:
Maxime NATUREL 2023-03-03 16:14:37 +01:00 committed by Florian Renaud
parent b3b47a5501
commit 5b1dfb437c

View file

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