Join Slack
Powered by
Hey everyone! I just want to know if a NavGraph in...
# compose
s
Sudarshan
11/07/2025, 4:17 AM
Hey everyone! I just want to know if a NavGraph in Compose survives configuration changes when created with
rememberNavController()
.
j
Jack Boswell
11/07/2025, 7:33 AM
It should, yes
s
Sudarshan
11/07/2025, 7:35 PM
So, with that said, would a ViewModel scoped to a particular NavHost or NavGraph be recreated when using
koinViewModel<VM>()
after a configuration change?
j
Jack Boswell
11/07/2025, 9:13 PM
It shouldn't, no
2
Views
Open in Slack
Previous
Next