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
Fatal Exception: java.lang.NullPointerException
Attempt to invoke interface method 'void com.mapbox.services.android.navigation.v5.navigation.b.c.b(com.mapbox.services.android.navigation.v5.f.i)' on a null object reference
com.mapbox.services.android.navigation.v5.navigation.NavigationEventDispatcher.checkForArrivalEvent (NavigationEventDispatcher.java:177)
com.mapbox.services.android.navigation.v5.navigation.NavigationEventDispatcher.onMilestoneEvent (NavigationEventDispatcher.java:135)
com.mapbox.services.android.navigation.v5.navigation.NavigationService.onMilestoneTrigger (NavigationService.java:125)
com.mapbox.services.android.navigation.v5.navigation.NavigationEngine$1.run (NavigationEngine.java:93)
#1022 added a number of null checks for metricEventListener, but removed the null check from checkForArrivalEvent(). I guess there's an assumption that "isArrivalEvent" should only be true once - apparently that's not always true.
The text was updated successfully, but these errors were encountered:
**Android API:**N/A
Mapbox Navigation SDK version: 0.15.0
#1022 added a number of null checks for metricEventListener, but removed the null check from checkForArrivalEvent(). I guess there's an assumption that "isArrivalEvent" should only be true once - apparently that's not always true.
The text was updated successfully, but these errors were encountered: