Skip to content

Commit

Permalink
[MOD-2371] Fix selectedAnnotation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Oct 17, 2017
1 parent bbd65d2 commit a33e760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ios/Classes/TiMapView.m
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,6 @@ - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *
BOOL isSelected = [view isSelected];
MKAnnotationView<TiMapAnnotation> *ann = (MKAnnotationView<TiMapAnnotation> *)view;

RELEASE_TO_NIL(selectedAnnotation);
selectedAnnotation = [ann retain];

// If canShowCallout == true we will try to find calloutView to hadleTap on callout
Expand Down
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.0.0
version: 3.0.1
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: External version of Map module
Expand Down

0 comments on commit a33e760

Please sign in to comment.