You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When integrating #1890 and testing the test app NavigationLauncherActivity (MapboxNavigationActivity) using Maps SDK v8.1.0 we've noticed that the camera is not hooked (tracking) automatically anymore 👀
@Guardiola31337 I'm actually still noticing the issue on 0.41.0 and 8.1.0, but manually invoking callOnClick() on the recenter button after start navigation seems be a good workaround for me. It could be a result of something else we're doing that's causing it to still be an issue. Just wanted to toss it out in case others are still having issues with it.
When integrating #1890 and testing the test app
NavigationLauncherActivity
(MapboxNavigationActivity
) using Maps SDKv8.1.0
we've noticed that the camera is not hooked (tracking) automatically anymore 👀This is the upstream PR causing the regression on our side mapbox/mapbox-gl-native#14745
We're probably scheduling a
MapboxMap
animation after setting the tracking mode. We can start debugging by placing a breakpoint here https://github.com/mapbox/mapbox-gl-native/blob/4c896cbb31fcb929b0e57c7bd02e519c267a1be1/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationComponent.java#L1561this should give us a good idea about where do those updates come from.
cc @andrlee
The text was updated successfully, but these errors were encountered: