Navigate up on close

This commit is contained in:
Maxime NATUREL 2023-03-03 15:26:51 +01:00 committed by Florian Renaud
parent fd43b6b336
commit b3b47a5501

View file

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