Navigate up on close
This commit is contained in:
parent
fd43b6b336
commit
b3b47a5501
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ class CreateRoomRootNode @AssistedInject constructor(
|
|||
val state = presenter.present()
|
||||
CreateRoomRootScreen(
|
||||
state = state,
|
||||
modifier = modifier
|
||||
modifier = modifier,
|
||||
onClosePressed = this::navigateUp,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue