Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuemong committed Mar 10, 2024
1 parent 202b9c9 commit 2912b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fun HistoryRegistrationScreen(
tagIdList.clear()
} else {
if (isHome) {
appState.navController.navigate(HomeConstant.ROUTE_STRUCTURE)
appState.navController.navigate(HomeConstant.ROUTE)
} else {
appState.navController.popBackStack()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fun HistoryUnrecordedScreen(
}

fun navigateToHome() {
appState.navController.navigate(HomeConstant.ROUTE_STRUCTURE)
appState.navController.navigate(HomeConstant.ROUTE)
}

fun navigateToBack() {
Expand Down

0 comments on commit 2912b50

Please sign in to comment.