Marcello Galhardo
01/02/2021, 9:46 AMSavedStateRegistry
. I notice I have an Ambient
for UiSavedStateRegistry
but there's no for SavedStateRegistry
. - and look like they are totally different types so I can't create a custom AbstractSavedStateViewModelProviderFactory
without a SavedStateRegistryOwner
. What is the correct way to get a SavedStateRegistryOwner
in a composable? 🤔Ian Lake
01/02/2021, 4:09 PMNavBackStackEntry
you get there is a SavedStateRegistryOwner
LifecycleOwner
and `ViewModelStoreOwner`: https://issuetracker.google.com/issues/new?component=612128&template=1253476Marcello Galhardo
01/05/2021, 5:19 PM