From a33e760e57db0e3940632f106d6687ecb6f39f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Tue, 17 Oct 2017 11:15:07 +0200 Subject: [PATCH] [MOD-2371] Fix selectedAnnotation regression --- ios/Classes/TiMapView.m | 1 - ios/manifest | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ios/Classes/TiMapView.m b/ios/Classes/TiMapView.m index 88cd3d28..1d51c798 100644 --- a/ios/Classes/TiMapView.m +++ b/ios/Classes/TiMapView.m @@ -982,7 +982,6 @@ - (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView * BOOL isSelected = [view isSelected]; MKAnnotationView *ann = (MKAnnotationView *)view; - RELEASE_TO_NIL(selectedAnnotation); selectedAnnotation = [ann retain]; // If canShowCallout == true we will try to find calloutView to hadleTap on callout diff --git a/ios/manifest b/ios/manifest index 6c0882c9..59871db6 100644 --- a/ios/manifest +++ b/ios/manifest @@ -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