Updated on 2026-08-14
This commit is contained in:
parent
2c85845b47
commit
4d53e990d2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class NfcManager : NfcAdapter.ReaderCallback {
|
|||
|
||||
private fun enableReaderMode() {
|
||||
val options = Bundle()
|
||||
nfcAdapter?.enableReaderMode(activity, activity as NfcAdapter.ReaderCallback, READER_FLAGS, options)
|
||||
nfcAdapter?.enableReaderMode(activity, this, READER_FLAGS, options)
|
||||
}
|
||||
|
||||
private fun disableReaderMode() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue