Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-15 17:14:00 +03:00
parent b23c147a22
commit 306a9bb0ec
26 changed files with 828 additions and 110 deletions

View file

@ -53,7 +53,6 @@ class UtorgExchangeService(
override fun isSellAllowed(): Boolean = false
override fun availableForBuy(currency: Currency): Boolean {
return true
if (!isBuyAllowed()) return false
val foundUtorgCurrency = utorgCurrencies.firstOrNull { utorgCurrency ->