-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
App crashes when Geo question tries to open Mapbox on Android 4.x #3246
Comments
Oh dear. I didn't realize we couldn't use vectors. @lognaturel I assume this means we can't rely on vector drawables, and the solution is to use a bitmap instead? |
@zestyping I'm really surprised by this and not immediately seeing the root cause. Do you have a way of trying this out? Maybe https://developer.android.com/reference/android/support/v7/content/res/AppCompatResources.html#getDrawable(android.content.Context,%20int) does the trick? |
It took some doing, but I was finally able to get it up in a 4.4 emulator and replicate this crash. Pushing a fix for your review now. |
Software and hardware versions
Collect v1.23 - master
Android v4.x
Problem description
App crashes when the user opens some Goe question when Mapbox is set
Steps to reproduce the problem
General Settings
>Maps
Expected behavior
Collect does not crash
Other information
Probably missed during testing #3164
The text was updated successfully, but these errors were encountered: