Hey everyone! I just want to know if a NavGraph in...
# compose
s
Hey everyone! I just want to know if a NavGraph in Compose survives configuration changes when created with
rememberNavController()
.
j
It should, yes
s
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
It shouldn't, no