Browse Source

Remove displayCutoutPadding

misc/jme/add-logging-to-state-machine
Maxime NATUREL 2 years ago committed by Florian Renaud
parent
commit
5b1dfb437c
  1. 2
      features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt

2
features/createroom/src/main/kotlin/io/element/android/features/createroom/root/CreateRoomRootScreen.kt

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

Loading…
Cancel
Save