This, but working ↓

This commit is contained in:
MM20 2024-05-18 13:10:27 +02:00
parent 32276934bb
commit 1414d24976
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -16,7 +16,7 @@ class CurrencyRepository(
) { ) {
private val currencySymbolAliases = buildMap { private val currencySymbolAliases = buildMap {
val ownCurrency = java.util.Currency.getInstance(Locale.getDefault()).symbol ?: "USD" val ownCurrency = java.util.Currency.getInstance(Locale.getDefault()).currencyCode ?: "USD"
put("", "EUR") put("", "EUR")