From 103bf16b3d8c3acd09421a65226fd88ea40d7a2f Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 8 Dec 2022 12:57:47 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../tap/features/wallet/ui/wallet/SingleWalletView.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/tangem/tap/features/wallet/ui/wallet/SingleWalletView.kt b/app/src/main/java/com/tangem/tap/features/wallet/ui/wallet/SingleWalletView.kt index 7307439224..c0265845aa 100644 --- a/app/src/main/java/com/tangem/tap/features/wallet/ui/wallet/SingleWalletView.kt +++ b/app/src/main/java/com/tangem/tap/features/wallet/ui/wallet/SingleWalletView.kt @@ -3,7 +3,11 @@ package com.tangem.tap.features.wallet.ui.wallet import android.view.View import android.view.ViewGroup import androidx.recyclerview.widget.LinearLayoutManager -import com.tangem.tap.common.extensions.* +import com.tangem.tap.common.extensions.beginDelayedTransition +import com.tangem.tap.common.extensions.fitChipsByGroupWidth +import com.tangem.tap.common.extensions.getQuantityString +import com.tangem.tap.common.extensions.hide +import com.tangem.tap.common.extensions.show import com.tangem.tap.features.onboarding.products.twins.redux.TwinCardsState import com.tangem.tap.features.wallet.models.Currency import com.tangem.tap.features.wallet.models.PendingTransaction @@ -36,6 +40,7 @@ class SingleWalletView : WalletView() { lCardTotalBalance.root.hide() lSingleWalletBalance.root.hide() lWalletRescanWarning.root.hide() + lWalletBackupWarning.root.hide() lCardBalance.root.show() lAddress.root.show() rowButtons.show()