omadahealth / LolliPin

A Material design Android pincode library. Supports Fingerprint.
MIT License
1.6k stars 426 forks source link

java.lang.NullPointerException: at com.github.omadahealth.lollipin.lib.d.b.o #193

Open greate43 opened 6 years ago

greate43 commented 6 years ago

java.lang.RuntimeException: at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3608) at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:3648) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2889) at android.app.ActivityThread.-wrap11 (Unknown Source) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1613) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:164) at android.app.ActivityThread.main (ActivityThread.java:6523) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:857) Caused by: java.lang.NullPointerException: at com.github.omadahealth.lollipin.lib.d.b.o (Unknown Source:62) at com.github.omadahealth.lollipin.lib.d.b.onResume (Unknown Source:3) at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1355) at android.app.Activity.performResume (Activity.java:7121) at android.app.ActivityThread.performResumeActivity (ActivityThread.java:3583)