DEV Community

Discussion on: Handling back presses in Jetpack Compose

Collapse
 
rys07 profile image
rys07

Good idea. The only problem I see here is that view model survives configuration change and has a reference to the old navigator when a new navigation controller is created in Composable. It can be replaced in view model, however, it could be tricky when using DI.