-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
bugA bug is found inside the code base and should be immediately brought to attention ASAPA bug is found inside the code base and should be immediately brought to attention ASAPplaces-pluginIssues that deal with the places plugin moduleIssues that deal with the places plugin module
Description
I'm getting this crash in PlacePickerActivity while doing some panning and zooming (I couldn't reproduce the crash afterwards, but I was panning at pretty random locations):
java.lang.NullPointerException: Attempt to invoke virtual method 'double com.mapbox.mapboxsdk.geometry.LatLng.getLongitude()' on a null object reference
at com.mapbox.mapboxsdk.plugins.places.picker.ui.PlacePickerActivity.makeReverseGeocodingSearch(PlacePickerActivity.java:178)
at com.mapbox.mapboxsdk.plugins.places.picker.ui.PlacePickerActivity.onCameraIdle(PlacePickerActivity.java:159)
at com.mapbox.mapboxsdk.maps.CameraChangeDispatcher.executeOnCameraIdle(CameraChangeDispatcher.java:140)
at com.mapbox.mapboxsdk.maps.CameraChangeDispatcher.access$300(CameraChangeDispatcher.java:21)
at com.mapbox.mapboxsdk.maps.CameraChangeDispatcher$CameraChangeHandler.handleMessage(CameraChangeDispatcher.java:169)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Full info on Sentry: https://sentry.io/share/issue/6698b0efe60643ddb91a5f3d56f4d62d/
Metadata
Metadata
Assignees
Labels
bugA bug is found inside the code base and should be immediately brought to attention ASAPA bug is found inside the code base and should be immediately brought to attention ASAPplaces-pluginIssues that deal with the places plugin moduleIssues that deal with the places plugin module