-
Notifications
You must be signed in to change notification settings - Fork 241
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 AddPaymentMethodViewController #100
Comments
@sdcoffey Not sure which version gradle is pointing to com.braintreepayments.api:braintree:2.+, com.braintreepayments.api:drop-in:2.+ |
Hey @icaspi, Are you seeing this crash in the wild? This is a weird one. Basically, what's happening is that |
Hey @icaspi, Just wanted to check in, are you still seeing this issue? |
Hey @sdcoffey I checked our logs again, it looks like that the app is in a real funny state (going up or down not sure) so it could be that the api is just a passenger in this accident |
@icaspi, hm that's strange. I'm going to close this for now, then. Please reopen this issue if it rears its ugly head again. |
Hi @sdcoffey!
steps:
|
Thanks @DuoBlood, The steps to repro are super helpful. Is there a specific device that this is happening on? |
|
Can you confirm those repro steps? We are not able to reproduce this issue on any device. |
Thanks for taking the time to record a video! It looks like you're stopping the process via ADB, and then re-opening the app. Is this the only way you're able to reproduce the crash? I would argue that such an action is well outside the bounds of what a user would actually encounter. |
The first time it happened without using ADB (same steps). |
Fix #100 - address race condition in drop in initialization
Hey,
We are seeing the following crash in production, not sure what make of it:
Looks like the CardForm is failing to initialize but I'm not sure why.
Cheers!
The text was updated successfully, but these errors were encountered: