Updated on 2026-08-14
This commit is contained in:
parent
77e0bd86c6
commit
bcbe14d561
1 changed files with 1 additions and 0 deletions
|
|
@ -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>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue