Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-12 13:11:50 +03:00
parent 324a442e47
commit b335ff672e
2 changed files with 2 additions and 1 deletions

View file

@ -69,6 +69,7 @@ class ConfirmPaymentActivity : AppCompatActivity(), NfcAdapter.ReaderCallback {
nfcManager = NfcManager(this, this)
serverApiHelper = ServerApiHelper()
serverApiHelperElectrum = ServerApiHelperElectrum()
card = TangemCard(intent.getStringExtra("UID"))
card!!.loadFromBundle(intent.extras!!.getBundle("Card"))