Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-16 23:54:38 +03:00
parent d0c452484f
commit b9846c80f6
3 changed files with 41 additions and 36 deletions

View file

@ -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;