Updated on 2026-08-14
This commit is contained in:
parent
8fd61c4d51
commit
41deb04a05
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ class AmountMiddleware {
|
|||
|
||||
dispatch(AmountAction.SetAmount(amountState.balanceCrypto, false))
|
||||
dispatch(FeeAction.RequestFee)
|
||||
if (!amountState.isCoinAmount()) return
|
||||
|
||||
dispatch(FeeAction.ChangeLayoutVisibility(main = true, controls = true, chipGroup = true))
|
||||
dispatch(FeeActionUi.ChangeIncludeFee(true))
|
||||
dispatch(AmountActionUi.CheckAmountToSend)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue