Skip to content

Commit

Permalink
Fix navigation issue mentioned on stevdza-san#1
Browse files Browse the repository at this point in the history
  • Loading branch information
vikskod committed Jun 13, 2022
1 parent 4d7cb71 commit 44bbeb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun NavGraphBuilder.detailsNavGraph(navController: NavHostController) {
}
composable(route = DetailsScreen.Overview.route) {
ScreenContent(name = DetailsScreen.Overview.route) {
navController.popBackStack()
navController.popBackStack(DetailsScreen.Information.route, false)
}
}
}
Expand Down

0 comments on commit 44bbeb9

Please sign in to comment.