Updated on 2026-08-14
This commit is contained in:
parent
e5d82031d2
commit
070ce8f42a
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ class MainFragment : BaseFragment(), NavigationResultListener, NfcAdapter.Reader
|
|||
|
||||
lastTag = null
|
||||
ReadCardInfoTask.resetLastReadInfo()
|
||||
(activity as MainActivity).nfcManager.notifyReadResult(false)
|
||||
(activity as? MainActivity)?.nfcManager?.notifyReadResult(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue