We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a06783 commit 8d586d9Copy full SHA for 8d586d9
app/src/main/java/com/hiddenramblings/tagmo/nfctech/NfcActivity.kt
@@ -10,8 +10,6 @@ import android.nfc.NfcAdapter
10
import android.nfc.Tag
11
import android.nfc.TagLostException
12
import android.os.Bundle
13
-import android.os.Handler
14
-import android.os.Looper
15
import android.provider.Settings
16
import android.view.Menu
17
import android.view.MenuItem
@@ -555,10 +553,8 @@ class NfcActivity : AppCompatActivity() {
555
553
}
556
554
} finally {
557
closeTagSilently(mifare)
558
- }
559
- Handler(Looper.getMainLooper()).postDelayed({
560
finish()
561
- }, 3000)
+ }
562
} ?: if (prefs.eliteEnabled()) {
563
onEliteVerificationFailed(intent)
564
} else {
0 commit comments