From acb71b8840066b4ed1e90d831b34a0f158fdd871 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 10 Jul 2026 14:55:29 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../child/wallet/model/WalletsUpdateActionResolver.kt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/child/wallet/model/WalletsUpdateActionResolver.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/child/wallet/model/WalletsUpdateActionResolver.kt index c632281590..e9c6b660ff 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/child/wallet/model/WalletsUpdateActionResolver.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/child/wallet/model/WalletsUpdateActionResolver.kt @@ -7,12 +7,7 @@ import com.tangem.domain.models.wallet.UserWallet import com.tangem.domain.models.wallet.UserWalletId import com.tangem.domain.models.wallet.isLocked import com.tangem.domain.wallets.usecase.GetSelectedWalletSyncUseCase -import com.tangem.feature.wallet.presentation.wallet.state.model.NOT_INITIALIZED_WALLET_INDEX -import com.tangem.feature.wallet.presentation.wallet.state.model.WalletCardState -import com.tangem.feature.wallet.presentation.wallet.state.model.WalletNotification -import com.tangem.feature.wallet.presentation.wallet.state.model.WalletScreenState -import com.tangem.feature.wallet.presentation.wallet.state.model.WalletState -import com.tangem.feature.wallet.presentation.wallet.state.model.WalletType +import com.tangem.feature.wallet.presentation.wallet.state.model.* import com.tangem.utils.logging.TangemLogger import javax.inject.Inject @@ -271,7 +266,7 @@ internal class WalletsUpdateActionResolver @Inject constructor( private fun WalletScreenState.incompleteActivationWalletIds(): List { return wallets.mapNotNull { wallet -> if (wallet.warnings.any { it is WalletNotification.FinishWalletActivation } || - wallet.walletCardState is WalletState.MultiCurrency && + wallet is WalletState.MultiCurrency && wallet.walletCardState.additionalInfo?.isHotBackedUp == false ) { wallet.walletCardState.id