-
Notifications
You must be signed in to change notification settings - Fork 51
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
StrictMode DiskReadViolation with 4.1.0 #259
Comments
Hi @eric-labelle , Thanks for reporting this. I can reproduce it in 4.1.0. Are you also seeing this issue in 4.0.0? We will address this in a patch release. Thanks, |
Thanks @melissaosullivan. |
Thanks @eric-labelle. I'm seeing a disk read violation in 4.0.0 as well. Based on the reports it seems likely that 4.1.0 has introduced a new issue, so I'd like address that first, but I'm having trouble isolating it. How are you enabling strict mode -- on the device developer options or with |
Oh wait, you're right, I overlooked that. Seeing DiskReadViolations on 4.0 also. Sorry about that. I'll try to dig deeper, might not be what causes the flow to exit afterall. |
Hi @eric-labelle, I think I've found the issue and addressed this in the 4.1.1 release. Please try out this version. Thanks for reporting this bug! |
Good timing, I was just trying to get more info on the crash. Bumping to |
@eric-labelle Good to hear this fixes that issue for you! Yes we do plan to address this DiskReadViolation but with a larger timeline. We can keep this open to track the DiskReadViolation progress. |
The problem
When upgrading to the lastest 4.1.0 version of the SDK, the flow crashes as soon as it tries to launch when StrictMode is enabled.
Environment
Steps to Reproduce
Launch the Plaid bank linking flow with StrictMode enabled.
Expected Result
The first screen of the flow should be shown.
Actual Result
The text was updated successfully, but these errors were encountered: