Yubico / yubikit-android

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

Read Yubico OTP throws error #69

Closed nejcburic closed 1 year ago

nejcburic commented 1 year ago

I've been checking AndroidDemo project in the repository. Since You updated Android dependencies, createIntent method in ActivityResultContract changed parameter input from nullable to non nullable. It throws error when trying to request otp.

Test App:

Source code:

AdamVe commented 1 year ago

Hi, thanks for reporting this issue, I will review this asap.

AdamVe commented 1 year ago

@nejcburic I fixed this in #70

nejcburic commented 1 year ago

Cool