Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-15 13:24:38 +03:00
parent de890421cb
commit 40b616868d
25 changed files with 258 additions and 78 deletions

View file

@ -17,7 +17,7 @@ internal class MockAppCurrencyRepository : AppCurrencyRepository {
return mockAppCurrencies
}
override suspend fun changeAppCurrency(appCurrency: AppCurrency) {
override suspend fun changeAppCurrency(currencyCode: String) {
/* no-op */
}
}