Updated on 2026-08-14
This commit is contained in:
parent
b4544ed2b4
commit
1079568b3e
5 changed files with 168 additions and 127 deletions
|
|
@ -103,8 +103,10 @@ public class TangemCard {
|
|||
if (Strings.isNullOrEmpty(token))
|
||||
return;
|
||||
String oldName = getBlockchain().getOfficialName();
|
||||
String newName = String.format("%s (%s)", oldName, token);
|
||||
//String newName = String.format("%s - %s ERC20 token", token, oldName);
|
||||
String newName = token + " <br><small><small> " + oldName + " ERC20 token</small></small>";
|
||||
setBlockchainName(newName);
|
||||
|
||||
}
|
||||
|
||||
private String blochchainName = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue