Closed Hekkii closed 2 years ago
reader.getPicc() might throw uncaught RemoteCommandException.
Vet ikke om det heller burde catches i getPicc() som igjen kaster AcrReaderException. Du har kanskje noen tanker @skjolber ?
This looks like a copy paste error, I'll have a fix soon. Basically RemoteCommandException is the superclass and ACR and MCR variants extend it and those are to be caught.
RemoteCommandException
See https://github.com/entur/android-nfc-lib/compare/issue14?expand=1
Fixed in 1.0.10
reader.getPicc() might throw uncaught RemoteCommandException.
Vet ikke om det heller burde catches i getPicc() som igjen kaster AcrReaderException. Du har kanskje noen tanker @skjolber ?