Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-11 11:21:12 +03:00
parent b35a60098e
commit bb7bef8ab7
5 changed files with 65 additions and 2 deletions

View file

@ -88,6 +88,8 @@ internal class DefaultAppCurrencyRepository(
Timber.e(e, "Unable to fetch available currencies")
availableAppCurrenciesStore.store(getDefaultCurrenciesResponse())
throw e
}
}