Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-11 22:01:45 +03:00
parent a60737c318
commit f0c7cf4bbe

View file

@ -187,7 +187,7 @@ class PreparePaymentActivity : AppCompatActivity(), NfcAdapter.ReaderCallback {
code = tmp[1]
}
}
Blockchain.Ethereum -> {
Blockchain.Ethereum, Blockchain.Token -> {
if (code.contains("ethereum:")) {
val tmp = code.split("ethereum:".toRegex()).dropLastWhile { it.isEmpty() }.toTypedArray()
code = tmp[1]