Skip to content

Commit

Permalink
#104 Fix a bug related to navigation to similar items from show details
Browse files Browse the repository at this point in the history
  • Loading branch information
moallemi committed Jul 14, 2024
1 parent 7ed1ab1 commit cbe5cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private fun NavGraphBuilder.showDetailScreen(
rootRoute = rootRoute,
onStreamReady = navController::navigateToPlayer,
onCastItemClick = { _, _ -> },
onSimilarClick = navController::navigateToMovieDetail,
onSimilarClick = navController::navigateToShowDetail,
onBack = navController::popBackStack,
)
}
Expand Down

0 comments on commit cbe5cb9

Please sign in to comment.