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