From 0eac5ea91e5f00807b566508d231f587293a9549 Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Wed, 14 Dec 2016 10:22:02 -0800 Subject: [ios]] Remove transaction in callout view update (#7425) --- platform/ios/src/MGLMapView.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm index c67105b9e7..14f17dab8c 100644 --- a/platform/ios/src/MGLMapView.mm +++ b/platform/ios/src/MGLMapView.mm @@ -4815,8 +4815,6 @@ public: - (void)updateCalloutView { - [CATransaction begin]; - UIView *calloutView = self.calloutViewForSelectedAnnotation; id annotation = calloutView.representedObject; @@ -4839,8 +4837,6 @@ public: calloutView.center = point; } } - - [CATransaction commit]; } - (void)enqueueAnnotationViewForAnnotationContext:(MGLAnnotationContext &)annotationContext -- cgit v1.2.1