Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-09 18:33:04 +03:00
parent 75a283f025
commit 76e17fc21f

View file

@ -83,7 +83,9 @@ internal class CustomTokensMerger(
return token.copy(
id = foundToken.id,
name = foundToken.name,
symbol = foundToken.symbol,
symbol = foundToken.symbol.ifEmpty {
token.symbol
},
)
}