From eab8b33b5ff1803a2e859a2f191227fe7eb7d37d Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 25 Sep 2025 16:18:19 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../impl/subcomponents/active/model/YieldSupplyActiveModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt index b534b6f596..4b38fbb125 100644 --- a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt +++ b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/model/YieldSupplyActiveModel.kt @@ -49,7 +49,7 @@ internal class YieldSupplyActiveModel @Inject constructor( init { subscribeOnCurrencyUpdates() - modelScope.launch { + modelScope.launch(dispatchers.default) { val protocolBalance = yieldSupplyGetProtocolBalanceUseCase( userWalletId = params.userWallet.walletId, cryptoCurrency = cryptoCurrency,