anikamath1
05/29/2026, 9:19 AMSaveableStateProvider 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 solutionanikamath1
06/01/2026, 5:02 AM