Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 12 Issue #408

Closed
laithbzour opened this issue Feb 24, 2022 · 3 comments
Closed

Android 12 Issue #408

laithbzour opened this issue Feb 24, 2022 · 3 comments
Labels

Comments

@laithbzour
Copy link

java.lang.RuntimeException:
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:5229)
at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:5268)
at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:54)
at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2440)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8641)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:567)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1133)
Caused by: java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:5863)
at android.app.ActivityThread.performResumeActivity (ActivityThread.java:5199)
Caused by: java.lang.NullPointerException:
at de.niklasmerz.cordova.biometric.Fingerprint.lambda$sendError$1$Fingerprint (Fingerprint.java:161)
at de.niklasmerz.cordova.biometric.-$$Lambda$Fingerprint$_IdBAQVnuaTauk5dvw-uOCtIEnI.run (Unknown Source:4)
at android.app.Activity.runOnUiThread (Activity.java:7250)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:160)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:168)
at de.niklasmerz.cordova.biometric.Fingerprint.sendError (Fingerprint.java:134)
at de.niklasmerz.cordova.biometric.Fingerprint.onActivityResult (Fingerprint.java:115)
at org.apache.cordova.CordovaInterfaceImpl.onActivityResult (CordovaInterfaceImpl.java:160)
at org.apache.cordova.CordovaActivity.onActivityResult (CordovaActivity.java:368)
at android.app.Activity.dispatchActivityResult (Activity.java:8651)
at android.app.ActivityThread.deliverResults (ActivityThread.java:5856)

=====================================
Device : Samsung Galaxy Note20 Ultra 5G
Android Version : Android 12 (SDK 31)

@laithbzour laithbzour added the bug label Feb 24, 2022
@TiBz0u
Copy link

TiBz0u commented Jul 8, 2022

Hi @laithbzour , which version of the plugin do you use? What did you try to do with the plugin? Do you have a test project to send for analyse?
Thanks

@laithbzour
Copy link
Author

laithbzour commented Jul 8, 2022 via email

@NiklasMerz
Copy link
Owner

This looks like #370

@NiklasMerz NiklasMerz closed this as not planned Won't fix, can't repro, duplicate, stale Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants