Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-27 10:22:58 +03:00
parent 547892f176
commit 98b411dfd9
2 changed files with 13 additions and 12 deletions

View file

@ -245,11 +245,12 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
card!!.setBlockchainIDFromCard(Blockchain.Ethereum.id)
}
updateViews()
refresh()
}
if (result.artwork != null && localStorage.checkNeedUpdateArtwork(result.artwork)) {
Log.w(TAG, "Artwork '${result.artwork!!.id}' updated, need download")
serverApiHelper!!.requestArtwork(result.artwork!!.id, result.artwork!!.getUpdateDate(), card!!)
refresh()
updateViews()
}
// Log.i(TAG, "setCardVerify " + it.results!![0].passed)
}