Исправил названия валют для Украины и баг с тем, что при выбранном евро везде писалось 'гривна'

This commit is contained in:
Ivan Murashov
2017-09-15 11:29:34 +03:00
parent 87b88cb99c
commit 6f76ea7b2a
9 changed files with 27 additions and 63 deletions

View File

@@ -48,6 +48,7 @@ class _CurrenciesState extends SettingsBaseState<CurrenciesScreen> {
@override
saveOption() async {
print(currencies[selectedItem]);
await helper.saveCurrency(currencies[selectedItem]);
}
}