Updated on 2026-08-14

This commit is contained in:
Tangem 2018-08-30 20:03:37 +03:00
parent 9d8545cbd0
commit a77f7c6dd5
2 changed files with 3 additions and 5 deletions

View file

@ -623,7 +623,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
val taskRate = RateInfoTask(this@LoadedWallet)
val rate = ExchangeRequest.GetRate(card!!.wallet, "bitcoin-cash", "bitcoin-cash")
taskRate.execute(rate)
}
// Ethereum
@ -643,7 +642,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
val taskRate = RateInfoTask(this@LoadedWallet)
val rate = ExchangeRequest.GetRate(card!!.wallet, "ethereum", "ethereum")
taskRate.execute(rate)
}
// Token
@ -670,8 +668,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
if (needResendTX)
sendTransaction(LastSignStorage.getTxForSend(card!!.wallet))
tvBlockchain.text = card!!.blockchainName
}
fun prepareResultIntent(): Intent {