Updated on 2026-08-14

This commit is contained in:
Tangem 2018-08-30 19:40:23 +03:00
parent 3fb5f47583
commit 9d8545cbd0
2 changed files with 3 additions and 1 deletions

View file

@ -670,6 +670,8 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
if (needResendTX)
sendTransaction(LastSignStorage.getTxForSend(card!!.wallet))
tvBlockchain.text = card!!.blockchainName
}
fun prepareResultIntent(): Intent {