Gabriel
03/06/2021, 7:21 PMcomposeable
inside a navhost
that takes an arg as part of it's route, I can get it as part of the arguments passed to the composable, but when I try to get it from the viewmodel inside a @Composable
it's not present, https://gist.github.com/gabriel403/61c149a491e7701314b6a895e1a48df0Ian Lake
03/06/2021, 7:53 PMAbstractSavedStateViewModelFactory
constructor: https://developer.android.com/reference/kotlin/androidx/lifecycle/AbstractSavedStateViewModelFactory#%3Cinit%3E(androidx.savedstate.SavedStateRegistryOwner,%20android.os.Bundle)Gabriel
03/06/2021, 7:57 PMIan Lake
03/06/2021, 8:07 PM