Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-08 12:57:47 +03:00
parent 6f4e6374d3
commit 103bf16b3d

View file

@ -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()