Skip to content

Commit 1a87307

Browse files
authored
Merge pull request #187 from code-payments/chore/payments-removed-localized-toast
fix(payments): prevent toast changing currency midflight
2 parents 0001e4a + d15014a commit 1a87307

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/com/getcode/view/main/home/HomeViewModel.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,6 @@ class HomeViewModel @Inject constructor(
670670
}.onSuccess {
671671
historyController.fetchChats()
672672

673-
showToast(paymentConfirmation.localAmount, false)
674-
675673
withContext(Dispatchers.Main) {
676674
uiFlow.update {
677675
val billState = it.billState

0 commit comments

Comments
 (0)