mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
display bitcoin and epic-cash coin image
This commit is contained in:
parent
23e544ccca
commit
df1abd82f7
1 changed files with 3 additions and 5 deletions
|
@ -37,11 +37,9 @@ class CoinImage extends ConsumerWidget {
|
|||
coin != Coin.namecoin) ||
|
||||
(isForest && coin != Coin.dogecoin) ||
|
||||
((isOcean || isOled || isLight || isDark) &&
|
||||
(coin == Coin.litecoin &&
|
||||
coin == Coin.namecoin &&
|
||||
coin == Coin.particl &&
|
||||
coin == Coin.wownero &&
|
||||
coin == Coin.bitcoincash)))
|
||||
(coin != Coin.dogecoin &&
|
||||
coin != Coin.firo &&
|
||||
coin != Coin.monero)))
|
||||
? SvgPicture.asset(
|
||||
Assets.svg.imageFor(coin: coin, context: context),
|
||||
width: isDesktop ? 324 : MediaQuery.of(context).size.width,
|
||||
|
|
Loading…
Reference in a new issue