Updated on 2026-08-14
This commit is contained in:
parent
4651960fef
commit
77b304c1fd
4 changed files with 40 additions and 5 deletions
|
|
@ -49,7 +49,7 @@ class LocalStorage
|
|||
artworks = HashMap()
|
||||
}
|
||||
|
||||
if (artworks.count() == 0) {
|
||||
if (artworks.count() < 21) {
|
||||
// forceSave=true only on the last one
|
||||
putResourceArtworkToCatalog(R.drawable.card_default, false)
|
||||
putResourceArtworkToCatalog(R.drawable.card_default_nft, false)
|
||||
|
|
|
|||
BIN
tangemserver-android/src/main/res/drawable/card_ff32.png
Normal file
BIN
tangemserver-android/src/main/res/drawable/card_ff32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Loading…
Add table
Add a link
Reference in a new issue