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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
LocationUpdate.Builder accepts Location as null, but later on when calling build() it will throw an exception if location is null since LocationUpdate constructor doesn't accept null values
mapbox-gl-native-android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationUpdate.java
Line 111 in 6db4db9
LocationUpdate.Builder
acceptsLocation
as null, but later on when callingbuild()
it will throw an exception if location is null sinceLocationUpdate
constructor doesn't accept null valuesmapbox-gl-native-android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationUpdate.java
Line 143 in 6db4db9
is this expected? There's still a legit case to pass location as null in here.
The text was updated successfully, but these errors were encountered: