Skip to content

Commit

Permalink
Merge pull request #274 from mash-up-kr/qa/refresh-data
Browse files Browse the repository at this point in the history
[QA] 다른 탭에서 저장/저장 취소한 밈이 마이페이지에 바로 적용 안 되는 문제 해결
  • Loading branch information
ze-zeh authored Oct 3, 2024
2 parents 7aa1a1a + da8f636 commit b37535a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/team/ppac/navigation/FarmemeNavHost.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ fun FarmemeNavHost(
fun NavHostController.navigateToTopLevelDestination(topLevelDestination: FarmemeTopDestination) {
val topLevelNavOptions = navOptions {
popUpTo(this@navigateToTopLevelDestination.graph.findStartDestination().id) {
saveState = true
saveState = false
}
launchSingleTop = true
restoreState = true
launchSingleTop = false
restoreState = false
}

when (topLevelDestination) {
Expand Down

0 comments on commit b37535a

Please sign in to comment.