From 2912b507514200443bd1206396cf11b71fe5c6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=8C=E1=85=B5=E1=86=AB?= =?UTF-8?q?=E1=84=8B=E1=85=AE?= Date: Sun, 10 Mar 2024 18:10:10 +0900 Subject: [PATCH] [fix] --- .../main/home/history/registration/HistoryRegistrationScreen.kt | 2 +- .../ui/main/home/history/unrecorded/HistoryUnrecordedScreen.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/registration/HistoryRegistrationScreen.kt b/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/registration/HistoryRegistrationScreen.kt index 362934fc..7ddd18a2 100644 --- a/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/registration/HistoryRegistrationScreen.kt +++ b/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/registration/HistoryRegistrationScreen.kt @@ -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() } diff --git a/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/unrecorded/HistoryUnrecordedScreen.kt b/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/unrecorded/HistoryUnrecordedScreen.kt index 4757f104..bae633c1 100644 --- a/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/unrecorded/HistoryUnrecordedScreen.kt +++ b/presentation/src/main/kotlin/ac/dnd/mour/android/presentation/ui/main/home/history/unrecorded/HistoryUnrecordedScreen.kt @@ -55,7 +55,7 @@ fun HistoryUnrecordedScreen( } fun navigateToHome() { - appState.navController.navigate(HomeConstant.ROUTE_STRUCTURE) + appState.navController.navigate(HomeConstant.ROUTE) } fun navigateToBack() {