Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohanraj123 committed Jun 19, 2024
1 parent 3eb7861 commit e1385d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fun Navigation(
HomeScreen(navController, homeScreenViewModel, recipeDetailScreenViewModel, backStackEntry)
}
composable("RecipeDetailScreen") {backStackEntry ->
RecipeDetailScreen(recipeDetailScreenViewModel, backStackEntry, navController)
RecipeDetailScreen(recipeDetailScreenViewModel, navController)
}
}
}

0 comments on commit e1385d5

Please sign in to comment.