Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-13 12:47:18 +03:00
parent 1afb79da5f
commit 9bd8a002ae
3 changed files with 5 additions and 1 deletions

View file

@ -1537,10 +1537,14 @@ public class TangemCard {
return R.drawable.card_btc_001a;
case "001B":
return R.drawable.card_btc_001b;
case "001C":
return R.drawable.card_btc_001c;
case "001D":
return R.drawable.card_eth_001d;
default:
return R.drawable.card_default;
}
}
public enum EncryptionMode {

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB