You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save navigator names by type to be able to use it later. (#1982)
There was a bug where two different navigators with the same base type
and the name were saved in the provider. In that case we should save
only the latest.
## Release Notes
### Fixes - Navigation
- _(prerelease fix)_ Fix of the custom navigation animation in nested
graphs in non-android targets.
Copy file name to clipboardExpand all lines: navigation/navigation-common/src/nonAndroidMain/kotlin/androidx/navigation/NavigatorProvider.nonAndroid.kt
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ import kotlin.jvm.JvmStatic
27
27
importkotlin.reflect.KClass
28
28
29
29
publicactualopenclassNavigatorProvider actual constructor() {
0 commit comments