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

@ -15,7 +15,7 @@ android {
applicationId "com.tangem.wallet"
minSdkVersion 21
targetSdkVersion 27
versionCode 63
versionCode 64
versionName "0.88.1." + generateVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

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 {