mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
e0cd1f5def
The redesigned Bridge cards resolved asset icons via the chain-icon helper (asset.icon.asIconOrFallback()), which treats the value as a ready-to-load URL. Chain.Asset.icon is frequently a bare filename resolved through AssetIconProvider's base-URL/color-mode logic, so any asset relying on that path rendered a blank icon (Polkadot Asset Hub's USDT, and the DOT/HEZ utility assets on the affected side). Switched to assetIconProvider.getAssetIconOrFallback(asset), the same path every other asset row in the app uses. Also switched the card subtitle from chain.name to chain.displayNameWithAssetStandard(), so Pezkuwi Asset Hub shows its PEZ-20 token-standard label, matching Send/Receive/the balance list.