plug back button

This commit is contained in:
Florian Renaud
2023-04-07 14:53:54 +02:00
parent 5741be3689
commit 74be5b121e

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
)
}
}