Skip to content

Commit 79c5ad2

Browse files
committed
Refactor: 네비게이션 옵션 제거
1 parent 8a024c5 commit 79c5ad2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/com/threegap/bitnagil/navigation/home/HomeBottomNavigationBar.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ fun HomeBottomNavigationBar(
5656
if (currentRoute != homeRoute.route) {
5757
navController.navigate(homeRoute.route) {
5858
popUpTo(0) { inclusive = true }
59-
launchSingleTop = true
60-
restoreState = true
6159
}
6260
}
6361
},

0 commit comments

Comments
 (0)