mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
currency dialog fix
This commit is contained in:
parent
9432ee89bf
commit
40a6e916f2
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class _CurrencyDialog extends ConsumerState<CurrencyDialog> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
current = ref
|
||||
.watch(prefsChangeNotifierProvider.select((value) => value.language));
|
||||
.watch(prefsChangeNotifierProvider.select((value) => value.currency));
|
||||
|
||||
currenciesWithoutSelected = ref
|
||||
.watch(baseCurrenciesProvider.select((value) => value.map))
|
||||
|
|
Loading…
Reference in a new issue