mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 12:44:31 +00:00
update amount changed state on send view when tapping send all
This commit is contained in:
parent
a22973cd35
commit
5ccc868c9b
1 changed files with 1 additions and 0 deletions
|
@ -1338,6 +1338,7 @@ class _SendViewState extends ConsumerState<SendView> {
|
|||
Constants.decimalPlacesForCoin(
|
||||
coin));
|
||||
}
|
||||
_cryptoAmountChanged();
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue