We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9145fb0 + ac5d3c5 commit f868dedCopy full SHA for f868ded
1 file changed
app/src/main/java/to/bitkit/ui/ContentView.kt
@@ -749,7 +749,7 @@ private fun RootNavHost(
749
}
750
composableWithDefaultTransitions<Routes.ExternalSuccess> {
751
ExternalSuccessScreen(
752
- onContinue = { navController.popBackStack<Routes.TransferRoot>(inclusive = true) },
+ onContinue = { navController.navigateToHome() },
753
)
754
755
composableWithDefaultTransitions<Routes.ExternalFeeCustom> {
0 commit comments