akexorcist / GoogleDirectionLibrary

[Android] Library for Google Direction API for Google Maps Android API v2
Apache License 2.0
571 stars 174 forks source link

NPE on IsOk method in Direction class #23

Closed nekooei closed 7 years ago

nekooei commented 7 years ago

when i build release version of app app gives me this NPE

 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
       at com.akexorcist.googledirection.model.Direction.isOK(Unknown Source)
       at taxi.shiraz.driver.map.MapBuilder$3.onDirectionSuccess(Unknown Source)
akexorcist commented 7 years ago

@nekooei I fixed it in version 1.0.5

Thank you for your feedback