Open kmadsen opened 4 years ago
cc @abhishek1508 @cafesilencio
I also run into this once while testing https://github.com/mapbox/mapbox-navigation-android/pull/3727. I wasn't able to reproduce, so I only added an if-check in https://github.com/mapbox/mapbox-navigation-android/pull/3727 for now. We should try to get to the bottom of this though.
Additional information from one of the customers:
In the test, the user puck was moving with simulated gps data. And then we tried to start an active navigation with a route while the user is still moving. Upon start of the navigation, we tried to load a different map style as well.
It look like the location update caused the route line update to perform while the route is not fully ready yet. It's timing sensitive, so far we only observe this once.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Steps to trigger behavior
Unknown at this time. I just ran into it while testing on the main branch.
Issue