Skip to content

Commit

Permalink
fix: allow notifying of marker tap event #369
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayastudios committed Oct 2, 2019
1 parent 0f1b3a9 commit 4f31ac3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/map-view.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ class MapViewDelegateImpl extends NSObject implements GMSMapViewDelegate {
let marker: Marker = owner.findMarker((marker: Marker) => marker.ios == gmsMarker);
if (marker) {
owner.notifyMarkerTapped(marker);

// move to end of event loop to allow notification to finish
setTimeout(() => {
return true;
},0);
}
}
return false;
Expand Down

0 comments on commit 4f31ac3

Please sign in to comment.