From bbde922711909add834845938718806d399fe935 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Wed, 3 Apr 2019 01:52:03 -0400 Subject: Lower presentsWithTransaction threshold --- platform/ios/src/MGLMapView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm index 5f3f135537..813762c499 100644 --- a/platform/ios/src/MGLMapView.mm +++ b/platform/ios/src/MGLMapView.mm @@ -158,7 +158,7 @@ const CGSize MGLAnnotationAccessibilityElementMinimumSize = CGSizeMake(10, 10); /// The number of view annotations (excluding the user location view) that must /// be descendents of `MGLMapView` before presentsWithTransaction is enabled. -static const NSUInteger MGLPresentsWithTransactionAnnotationCount = 3; +static const NSUInteger MGLPresentsWithTransactionAnnotationCount = 0; /// An indication that the requested annotation was not found or is nonexistent. enum { MGLAnnotationTagNotFound = UINT32_MAX }; -- cgit v1.2.1