Loading play-services-fido-core/src/main/kotlin/org/microg/gms/fido/core/transport/nfc/CtapNfcConnection.kt +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ class CtapNfcConnection( } suspend fun open(): Boolean = withContext(Dispatchers.IO) { isoDep.timeout = 5000 isoDep.connect() val (statusCode, version) = select(FIDO2_AID) if (statusCode == 0x9000.toShort()) { Loading Loading
play-services-fido-core/src/main/kotlin/org/microg/gms/fido/core/transport/nfc/CtapNfcConnection.kt +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ class CtapNfcConnection( } suspend fun open(): Boolean = withContext(Dispatchers.IO) { isoDep.timeout = 5000 isoDep.connect() val (statusCode, version) = select(FIDO2_AID) if (statusCode == 0x9000.toShort()) { Loading