diff --git a/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt b/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt index 6b38708e0a..2935539b88 100644 --- a/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt +++ b/features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt @@ -44,8 +44,6 @@ fun CreateRoomRootScreen( ) { Scaffold( modifier = modifier.fillMaxWidth(), - // TODO to test - //.displayCutoutPadding() topBar = { CreateRoomViewTopBar(onClosePressed = onClosePressed) }