Display token network's symbol of each token in the wallet tab (and other places where the token icon is displayed)
See original GitHub issueRefer to: https://github.com/AlphaWallet/alpha-wallet-ios/issues/3542
As of writing, the master
branch of iconassets (https://github.com/AlphaWallet/iconassets/tree/master) still contains the chain overlay.
A fork of the token icons without the preprocessed overlay icons in https://github.com/AlphaWallet/iconassets/tree/with-chain-overlay-removed has been created, which no longer have the chain overlay.
So best to modify the app to use with-chain-overlay-removed
for now, implementing the overlay in-app.
The native tokens on each chain do not show the chain overlay.
Once both iOS and Android app implements this PR and have rolled out sufficiently, we can update iconassets repo’s master branch with with-chain-overlay-removed and switch both apps back to accessing master.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
@JamesSmartCell thanks! If you are done with this (or don’t need this anymore) in the Android code base, can you help to close this issue?
Issue is complete on Android