Skip to content

Commit

Permalink
#126 update : popbackstack -> navigateup
Browse files Browse the repository at this point in the history
  • Loading branch information
koreatlwls committed May 19, 2024
1 parent 6c15e25 commit b7604f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fun TiTiNavHost(splashResultState: SplashResultState, modifier: Modifier = Modif
navController.previousBackStackEntry
?.savedStateHandle
?.set(TIMER_FINISH_KEY, isFinish)
navController.popBackStack()
navController.navigateUp()
},
)

Expand Down

0 comments on commit b7604f4

Please sign in to comment.