Updated on 2026-08-14
This commit is contained in:
parent
de890421cb
commit
40b616868d
25 changed files with 258 additions and 78 deletions
|
|
@ -17,7 +17,7 @@ internal class MockAppCurrencyRepository : AppCurrencyRepository {
|
|||
return mockAppCurrencies
|
||||
}
|
||||
|
||||
override suspend fun changeAppCurrency(appCurrency: AppCurrency) {
|
||||
override suspend fun changeAppCurrency(currencyCode: String) {
|
||||
/* no-op */
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue