Navigate up on close

This commit is contained in:
Maxime NATUREL
2023-03-03 15:26:51 +01:00
committed by Florian Renaud
parent 14a385e577
commit 550bad9376

View File

@@ -45,7 +45,8 @@ class CreateRoomRootNode @AssistedInject constructor(
val state = presenter.present()
CreateRoomRootScreen(
state = state,
modifier = modifier
modifier = modifier,
onClosePressed = this::navigateUp,
)
}
}