Updated on 2026-08-14
This commit is contained in:
parent
238c2c3a16
commit
eda078384e
12 changed files with 21 additions and 105 deletions
|
|
@ -112,12 +112,12 @@ public class EmptyWalletActivity extends AppCompatActivity implements NfcAdapter
|
|||
startActivityForResult(intent, REQUEST_CODE_REQUEST_PIN2);
|
||||
});
|
||||
|
||||
if (getIntent().getExtras().containsKey(NfcAdapter.EXTRA_TAG)) {
|
||||
Tag tag = getIntent().getParcelableExtra(NfcAdapter.EXTRA_TAG);
|
||||
if (tag != null) {
|
||||
onTagDiscovered(tag);
|
||||
}
|
||||
}
|
||||
// if (getIntent().getExtras().containsKey(NfcAdapter.EXTRA_TAG)) {
|
||||
// Tag tag = getIntent().getParcelableExtra(NfcAdapter.EXTRA_TAG);
|
||||
// if (tag != null) {
|
||||
// onTagDiscovered(tag);
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue