Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
102 stars 38 forks source link

Handle all exceptions when opening NFC connections #85

Closed AdamVe closed 1 year ago

AdamVe commented 1 year ago

Exceptions which happened during openConnection and were not IOExceptions were swallowed by the task and never reported as a failure Result to the callback.

This fix makes sure that any exception will be reported in the callback as an IOException, so that the callback can handle it.