Skip to content

Commit

Permalink
Disabling clickable polyline https://jira.tomtomgroup.com/browse/FITM…
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rossetti committed Mar 16, 2017
1 parent b048774 commit 3bd1b00
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public Object getFeature() {
@Override
public void addToMap(GoogleMap map) {
polyline = map.addPolyline(getPolylineOptions());
polyline.setClickable(true);
// Disabled clickable polyline https://jira.tomtomgroup.com/browse/FITMOB-4467
polyline.setClickable(false);
}

@Override
Expand Down

0 comments on commit 3bd1b00

Please sign in to comment.