Nicolas Jafelle
Nicolas Jafelle
Apparently shortestRoute is initialized in null when: ``` java result != null but is 0 //Line 99 in AbstractRouting class i$ = shortestRoute.getPoints().iterator(); // at this point shortestRoute is null...
Received this two files exported with bodymovin plugin. One works excellent with Lottie in json format and the other in avd format has not any animation at all. BTW I...
## Issue Multiple `RetryAndFollowUpInterceptor - java.io.IOException: Canceled` ## Description We are getting randomly multiple `java.io.IOException: Canceled` when using the Mapbox Directions SDK. Code snippet is: ## SDK used ``` //Mapbox...
getObjectArray() always returns a List with all the previous saved items but without values. Let's say that my Category Class has a name attribute and id attribute, when I save...