update amount changed state on send view when tapping send all

This commit is contained in:
julian 2023-02-02 15:41:54 -06:00
parent a22973cd35
commit 5ccc868c9b

View file

@ -1338,6 +1338,7 @@ class _SendViewState extends ConsumerState<SendView> {
Constants.decimalPlacesForCoin( Constants.decimalPlacesForCoin(
coin)); coin));
} }
_cryptoAmountChanged();
}, },
), ),
], ],