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 aac5ba4 commit 339f4ceCopy full SHA for 339f4ce
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -1043,10 +1043,10 @@ class AppViewModel @Inject constructor(
1043
txType = txType,
1044
retry = true
1045
).onSuccess { activity ->
1046
+ hideNewTransactionSheet()
1047
_newTransaction.update { it.copy(isLoadingDetails = false) }
1048
val nextRoute = Routes.ActivityDetail(activity.rawId())
1049
mainScreenEffect(MainScreenEffect.Navigate(nextRoute))
- hideNewTransactionSheet()
1050
}.onFailure { e ->
1051
Logger.error(msg = "Activity not found", context = TAG)
1052
toast(e)
0 commit comments