mapbox / mapbox-navigation-android

Mapbox Navigation SDK for Android
https://docs.mapbox.com/android/navigation/overview/
Other
622 stars 319 forks source link

java.lang.NullPointerException: obtainCellularNetworkType(context) #5003

Closed axti closed 2 years ago

axti commented 2 years ago

Android API: 28 Mapbox Navigation SDK version: build from source latest main

Steps to trigger behavior

I don't know how it is happened, application was working but at some point just crashed.

Expected behavior

Actual behavior

Application with examples crashes with this error: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mapbox.navigation.examples/com.mapbox.navigation.examples.core.camera.MapboxCameraAnimationsActivity}: java.lang.NullPointerException: obtainCellularNetworkType(context) must not be null

dzinad commented 2 years ago

Fixed by https://github.com/mapbox/mapbox-events-android/pull/555.