-
Notifications
You must be signed in to change notification settings - Fork 82
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
NullPointerException in onResume for certain devices #415
Comments
It seems it's happening after a callback from the browser on the web authentication/passwordless flow, and the cause it's that the device is running out of memory and killing the activity before the actual result arrives. I couldn't reproduce it on this side. This is not a priority for us but I'll leave it open so if anyone has the same issue or knows how to reproduce it we can reevaluate it. Cheers. |
I had a similiar issue. In my case, I was able to reproduce it as following:
|
@ebudagov on (1) are you attempting to log in? (e.g. is browser being launched?), also what version of Lock are you using? |
Device: Galaxy Note 4 (VZW)
OS: Android 6.0 (API Level 23)
Lock.Android Version: 2.5.0
Crash Log:
I haven't been able to reproduce on any of my devices but this user has encountered it several times since we've added this library.
The text was updated successfully, but these errors were encountered: