Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/google_maps_flutter/google_maps_flutter/android/src/m…
…ain/java/io/flutter/plugins/googlemaps/Convert.java

Co-authored-by: Maurice Parrish <[email protected]>
  • Loading branch information
Chris Yang and bparrishMines authored Jan 29, 2021
commit ca69b19af8ed08c661fcf51f9b24b784386d0d46
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private static BitmapDescriptor getBitmapFromBytes(List<?> data) {
}
} else {
throw new IllegalArgumentException(
"fromBytes should have exactly one argument,interpretTileOverlayOptions the bytes. Got: "
"fromBytes should have exactly one argument, interpretTileOverlayOptions the bytes. Got: "
+ data.size());
}
}
Expand Down