Updated on 2026-08-14
This commit is contained in:
parent
d48abc8579
commit
1d4d03de63
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ interface CardManagerDelegate {
|
|||
|
||||
fun onNfcSessionStarted()
|
||||
fun onSecurityDelay(ms: Int)
|
||||
fun hideSecurityDelay()
|
||||
fun onTagLost()
|
||||
fun onNfcSessionCompleted()
|
||||
fun onError(error: TaskError? = null)
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ class DefaultCardManagerDelegate(private val reader: NfcReader) : CardManagerDel
|
|||
}
|
||||
}
|
||||
|
||||
override fun hideSecurityDelay() {
|
||||
override fun onTagLost() {
|
||||
postUI {
|
||||
readingDialog?.lTouchCard?.visibility = View.VISIBLE
|
||||
readingDialog?.flSecurityDelay?.visibility = View.GONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue