Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-18 20:29:52 +05:00
parent 77e0bd86c6
commit bcbe14d561

View file

@ -797,6 +797,7 @@ internal class SendViewModel @Inject constructor(
override fun onAmountReduceClick(reducedAmount: BigDecimal, clazz: Class<out SendNotification>) {
uiState = amountStateFactory.getOnAmountValueChange(reducedAmount.parseBigDecimal(cryptoCurrency.decimals))
uiState = sendNotificationFactory.dismissNotificationState(clazz)
updateNotifications()
}
override fun onNotificationCancel(clazz: Class<out SendNotification>) {