Updated on 2026-08-14
This commit is contained in:
parent
6f4e6374d3
commit
103bf16b3d
1 changed files with 6 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue