Skip to content

Commit ac5d3c5

Browse files
authored
Merge pull request #686 from synonymdev/fix/external-success-nav
fix: use navigateToHome() in ExternalSuccessScreen
2 parents cdd989c + a138422 commit ac5d3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/ContentView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ private fun RootNavHost(
749749
}
750750
composableWithDefaultTransitions<Routes.ExternalSuccess> {
751751
ExternalSuccessScreen(
752-
onContinue = { navController.popBackStack<Routes.TransferRoot>(inclusive = true) },
752+
onContinue = { navController.navigateToHome() },
753753
)
754754
}
755755
composableWithDefaultTransitions<Routes.ExternalFeeCustom> {

0 commit comments

Comments
 (0)