Updated on 2026-08-14

This commit is contained in:
Tangem 2019-02-25 15:57:12 +03:00
parent 4651960fef
commit 77b304c1fd
4 changed files with 40 additions and 5 deletions

View file

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB