This commit is contained in:
MM20
2022-06-24 17:23:59 +02:00
parent 26995c1141
commit 96e70da913
98 changed files with 61 additions and 891 deletions
@@ -31,7 +31,7 @@ class CurrencyRepository(
toCurrency: String? = null
): List<Pair<String, Double>> {
return withContext<List<Pair<String, Double>>>(Dispatchers.IO) {
return withContext(Dispatchers.IO) {
val dao = AppDatabase.getInstance(context)
.currencyDao()