mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
exchange rate update fix
This commit is contained in:
parent
071b149ac7
commit
3177563524
1 changed files with 6 additions and 0 deletions
|
@ -276,6 +276,12 @@ class ExchangeFormState extends ChangeNotifier {
|
|||
|
||||
void _onExchangeRateTypeChanged() {
|
||||
print("_onExchangeRateTypeChanged");
|
||||
updateRanges(shouldNotifyListeners: true).then(
|
||||
(_) => updateEstimate(
|
||||
shouldNotifyListeners: true,
|
||||
reversed: reversed,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
void _onExchangeTypeChanged() {
|
||||
|
|
Loading…
Reference in a new issue