Updated on 2026-08-14
This commit is contained in:
parent
a60737c318
commit
f0c7cf4bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue