Skip to content

Commit

Permalink
Fix navigation issue mentioned on stevdza-san/NestedNavigationBottomB…
Browse files Browse the repository at this point in the history
  • Loading branch information
vikskod authored and joel123-gothub committed Jul 3, 2023
1 parent 2352957 commit 4f57366
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 4f57366

Please sign in to comment.