Skip to content

Commit 2402c21

Browse files
committed
fix: hide send sheet
1 parent 240f330 commit 2402c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ class AppViewModel @Inject constructor(
10561056
txType = txType,
10571057
retry = true
10581058
).onSuccess { activity ->
1059-
hideNewTransactionSheet()
1059+
hideSheet()
10601060
_successSendUiState.update { it.copy(isLoadingDetails = false) }
10611061
val nextRoute = Routes.ActivityDetail(activity.rawId())
10621062
mainScreenEffect(MainScreenEffect.Navigate(nextRoute))

0 commit comments

Comments
 (0)