Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
115 stars 42 forks source link

Fix exceptions thrown from YubiOTP configuration #155

Closed AdamVe closed 3 months ago

AdamVe commented 3 months ago

Calling ConfigurationState.isConfigured() or ConfigurationState.isTouchTriggered() can throw UnsupportedOperationException. This change adds a check before we call these methods.