Исправил названия валют для Украины и баг с тем, что при выбранном евро везде писалось 'гривна'
This commit is contained in:
@@ -48,6 +48,7 @@ class _CurrenciesState extends SettingsBaseState<CurrenciesScreen> {
|
||||
|
||||
@override
|
||||
saveOption() async {
|
||||
print(currencies[selectedItem]);
|
||||
await helper.saveCurrency(currencies[selectedItem]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user