summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-09-13 11:02:22 -0400
committerJason Wray <jason@mapbox.com>2018-09-25 18:41:00 -0700
commit0762ddab17535952517994e1f4cfddbdf8258def (patch)
treef541ecae595c70deb70e2acb6b55dd308566cc40
parentd9ef7c7b43104d5678d693da4d1043357e99cd5b (diff)
downloadqtlocation-mapboxgl-0762ddab17535952517994e1f4cfddbdf8258def.tar.gz
Remove CATransaction disable actions, now that GL & UIKit are synched. This helps with general annotations.
-rw-r--r--platform/ios/src/MGLMapView.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index da94e46d16..bf50079eca 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -5771,9 +5771,6 @@ public:
return;
}
- [CATransaction begin];
- [CATransaction setDisableActions:YES];
-
// If the map is pitched consider the viewport to be exactly the same as the bounds.
// Otherwise, add a small buffer.
CGFloat largestWidth = MAX(_largestAnnotationViewSize.width, CGRectGetWidth(self.frame));
@@ -5868,8 +5865,6 @@ public:
}
}
}
-
- [CATransaction commit];
}
- (void)updateCalloutView