Skip to content

Commit

Permalink
fix(ios): removing code because it caused regression
Browse files Browse the repository at this point in the history
  • Loading branch information
anil-shukla-axway committed Jun 2, 2020
1 parent 6d7aa9d commit 1dd8d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/Classes/TiMapView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ - (TiMapAnnotationProxy *)proxyForAnnotation:(MKAnnotationView *)pinview
for (id annotation in [map annotations]) {
if ([annotation isKindOfClass:[TiMapAnnotationProxy class]]) {
if ([(TiMapAnnotationProxy *)annotation tag] == pinview.tag) {
[annotation setView:pinview];
return annotation;
}
}
Expand Down

0 comments on commit 1dd8d9f

Please sign in to comment.