Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - trying to update non-existent polyline fix #9543 (#9544)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos authored and tobrun committed Jul 19, 2017
1 parent a324442 commit da581cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public List<Polyline> addBy(@NonNull List<PolylineOptions> polylineOptionsList,
public void update(Polyline polyline) {
if (!isAddedToMap(polyline)) {
Timber.w("Attempting to update non-added Polyline with value %s", polyline);
return;
}

nativeMapView.updatePolyline(polyline);
Expand Down

0 comments on commit da581cc

Please sign in to comment.