We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240f330 commit 2402c21Copy full SHA for 2402c21
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -1056,7 +1056,7 @@ class AppViewModel @Inject constructor(
1056
txType = txType,
1057
retry = true
1058
).onSuccess { activity ->
1059
- hideNewTransactionSheet()
+ hideSheet()
1060
_successSendUiState.update { it.copy(isLoadingDetails = false) }
1061
val nextRoute = Routes.ActivityDetail(activity.rawId())
1062
mainScreenEffect(MainScreenEffect.Navigate(nextRoute))
0 commit comments