Enrique Alfonso Burillo

Results 3 issues of Enrique Alfonso Burillo

https://github.com/mapbox/mapbox-gl-native-android/blob/6db4db9fffb7a696feb92438fa4bb6b21b65d117/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationUpdate.java#L111 `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 https://github.com/mapbox/mapbox-gl-native-android/blob/6db4db9fffb7a696feb92438fa4bb6b21b65d117/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationUpdate.java#L143 is...

archived

Sorry, I removed by mistake `generatePreview` parameter from `IconWriter` constructor call when rebasing before raising https://github.com/DevSrSouza/svg-to-compose/pull/19 and the build for 0.9.0 failed becase of it 🙇 (seen on: https://jitpack.io/com/github/DevSrSouza/svg-to-compose/0.9.0/build.log). It...