File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
navigation/src/jsMain/kotlin/com/huanshankeji/androidx/navigation/compose Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ actual fun NavHost(
6464 // Then set the graph
6565 navController.graph = graph
6666
67- // This seems not needed here since it seems also related to animations and transitions. (comment added when adapting from Compose UI `NavHost)
67+ // This seems not needed here since it seems also related to animations and transitions. (comment added when adapting from Compose UI `NavHost` )
6868 /*
6969 // Find the ComposeNavigator, returning early if it isn't found
7070 // (such as is the case when using TestNavHostController)
@@ -75,7 +75,7 @@ actual fun NavHost(
7575
7676 // val currentBackStack by composeNavigator.backStack.collectAsState()
7777
78- // `progress`, `isPredictiveBack`, etc. (comment added when adapting from Compose UI `NavHost)
78+ // `progress`, `isPredictiveBack`, etc. (comment added when adapting from Compose UI `NavHost` )
7979
8080 /*
8181 DisposableEffect(lifecycleOwner) {
You can’t perform that action at this time.
0 commit comments