Folks I just wanted to confirm my understanding ab...
# compose-android
a
Folks I just wanted to confirm my understanding about the change in
SaveableStateProvider
where it provides its own
SaveableStateRegistryWrapper
via
LocalSavedStateRegistryOwner
composition local In order for us to get the naventry reference in the compositionlocal
LocalSavedStateRegistryOwner
the compose nav library overrides the composition local (the one provided inside
SaveableStateProvider
)
LocalSavedStateRegistryOwner
correct (to point to the nav entry)? Im asking this because we have a custom navigation solve implemented where we are also implementing a similar solution
Team can anyone please help me confirm this