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

Commit

Permalink
[android] - manage InfoWindow selection in AnnotationManager (#9567)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Jul 21, 2017
1 parent 108cbc7 commit a39b4cf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,11 +570,6 @@ public boolean onClickMarkerView(MarkerView markerView) {
clickHandled = onMarkerViewClickListener.onMarkerClick(markerView, view, adapter);
}

if (!clickHandled) {
ensureInfoWindowOffset(markerView);
select(markerView, view, adapter);
}

return clickHandled;
}

Expand Down

0 comments on commit a39b4cf

Please sign in to comment.