mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +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(
|
Constants.decimalPlacesForCoin(
|
||||||
coin));
|
coin));
|
||||||
}
|
}
|
||||||
|
_cryptoAmountChanged();
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue