File tree 1 file changed +2
-2
lines changed
navigation/src/jsMain/kotlin/com/huanshankeji/androidx/navigation/compose
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ actual fun NavHost(
64
64
// Then set the graph
65
65
navController.graph = graph
66
66
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` )
68
68
/*
69
69
// Find the ComposeNavigator, returning early if it isn't found
70
70
// (such as is the case when using TestNavHostController)
@@ -75,7 +75,7 @@ actual fun NavHost(
75
75
76
76
// val currentBackStack by composeNavigator.backStack.collectAsState()
77
77
78
- // `progress`, `isPredictiveBack`, etc. (comment added when adapting from Compose UI `NavHost)
78
+ // `progress`, `isPredictiveBack`, etc. (comment added when adapting from Compose UI `NavHost` )
79
79
80
80
/*
81
81
DisposableEffect(lifecycleOwner) {
You can’t perform that action at this time.
0 commit comments