Skip to content

Commit 7f4928b

Browse files
authored
Apply suggestions from code review
1 parent 96935b6 commit 7f4928b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

navigation/src/jsMain/kotlin/com/huanshankeji/androidx/navigation/compose/NavHost.js.kt

+2-2
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)