Updated on 2026-08-14

This commit is contained in:
Tangem 2019-11-14 10:15:59 +03:00
parent d48abc8579
commit 1d4d03de63
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ interface CardManagerDelegate {
fun onNfcSessionStarted()
fun onSecurityDelay(ms: Int)
fun hideSecurityDelay()
fun onTagLost()
fun onNfcSessionCompleted()
fun onError(error: TaskError? = null)

View file

@ -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