We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdd989c + a138422 commit ac5d3c5Copy full SHA for ac5d3c5
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