Skip to content

Commit

Permalink
Update geocoding_android/android/src/main/java/com/baseflow/geocoding…
Browse files Browse the repository at this point in the history
…/MethodCallHandlerImpl.java

Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
  • Loading branch information
TimHoogstrate and mvanbeusekom authored Feb 1, 2024
1 parent b8f5d39 commit d5e7974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void onGeocode(List<Address> addresses) {
@Override
public void onError(String errorMessage) {
result.error(
"NOT_FOUND",
"IO_ERROR",
String.format(errorMessage),
null);
}
Expand Down

0 comments on commit d5e7974

Please sign in to comment.