Updated on 2026-08-14
This commit is contained in:
parent
d0c452484f
commit
b9846c80f6
3 changed files with 41 additions and 36 deletions
|
|
@ -1543,6 +1543,8 @@ public class TangemCard {
|
|||
return R.drawable.card_btc001;
|
||||
else if (bytesToHex(getDenomination()).equals("404B4C0000000000"))
|
||||
return R.drawable.card_btc005;
|
||||
else if (bytesToHex(getDenomination()).equals("0000000000000000"))
|
||||
return R.drawable.card_btc_hk_s;
|
||||
else
|
||||
return R.drawable.card_default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue