-
Notifications
You must be signed in to change notification settings - Fork 319
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
Delay initializing runtime styling on startup #423
Conversation
Got a similar, but not equal backtrace after using
|
@brunoabinader I'm having the same issue on GL Native v5.2.0-beta.2 on a Nexus 5X, before merging this, so I don't think it comes from it. I thought it could be related to that one, didn't test yet. |
@brunoabinader Is it me or does that stack trace make no sense? The jump from #2 to #1 seems not possible to me. @Grsmto mapbox/mapbox-gl-native/pull/10253 only works around issues on the Adreno 3xx range, the Nexus 5X has a Adreno 418 no? If you can reproduce this problem on your device we could try out if something similar fixes this. |
@ivovandongen could this be because |
…android into fix-build * 'master' of https://github.com/mapbox/mapbox-navigation-android: Adjust API Milestone to handle new routes (mapbox#425) Cancel notification when the service is destroyed, not just when notification button is clicked (mapbox#409) adds validation utils class (mapbox#424) Wait for map style to load before initializing run time styling (mapbox#423) Changed up NavigationRoute (mapbox#413) # Conflicts: # libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/NavigationRoute.java
cc @ericrwolfe @brunoabinader