Updated on 2026-08-14
This commit is contained in:
parent
bf5ee8434b
commit
c8ad87c0b4
2 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class LocalStorage
|
|||
// special cases (first series of cards, hardcode CID->artwork), on new series batch<->artwork
|
||||
|
||||
if (card.isIDIssuer) {
|
||||
val artworkId = context.resources.getResourceEntryName(R.drawable.card_default)
|
||||
val artworkId = context.resources.getResourceEntryName(R.drawable.card_id_issuer)
|
||||
return getArtworkBitmap(artworkId) ?: return getDefaultArtworkBitmap(card)
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
server-android/src/main/res/drawable/card_id_issuer.png
Normal file
BIN
server-android/src/main/res/drawable/card_id_issuer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Loading…
Add table
Add a link
Reference in a new issue