We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3134f15 commit b86fdd5Copy full SHA for b86fdd5
media/ui/src/main/java/com/google/android/horologist/media/ui/navigation/MediaPlayerScaffold.kt
@@ -85,7 +85,7 @@ public fun MediaPlayerScaffold(
85
timeText = { timeText() },
86
) {
87
SwipeDismissableNavHost(
88
- startDestination = NavigationScreens.Player.navRoute,
+ startDestination = NavigationScreens.Player.playerDestination(),
89
navController = navController,
90
modifier = modifier.background(Color.Transparent),
91
state = navHostState,
0 commit comments