Updated on 2026-08-14

This commit is contained in:
Tangem 2022-06-01 21:53:27 +03:00
parent d5813a3ea6
commit 973bf9a6e9
3 changed files with 26 additions and 0 deletions

View file

@ -115,6 +115,8 @@ class WalletAdapter
wallet.fiatRateString ?: ""
}
badgeCustomBalance.isVisible = isCustomCurrency
cardWallet.setOnClickListener {
store.dispatch(WalletAction.MultiWallet.SelectWallet(wallet))
}