plug back button

This commit is contained in:
Florian Renaud 2023-04-07 14:53:54 +02:00
parent 5d8c0fa5bd
commit d8ee822546

View file

@ -51,6 +51,7 @@ class ConfigureRoomNode @AssistedInject constructor(
ConfigureRoomView(
state = state,
modifier = modifier,
onBackPressed = { navigateUp() } // TODO we should keep in memory the current view state
)
}
}