summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMapView.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/MGLMapView.mm')
-rw-r--r--platform/ios/MGLMapView.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm
index 200fb02fa7..7c997d615f 100644
--- a/platform/ios/MGLMapView.mm
+++ b/platform/ios/MGLMapView.mm
@@ -359,8 +359,7 @@ mbgl::DefaultFileSource *mbglFileSource = nullptr;
MGLEventKeyLatitude: @(latLng.latitude),
MGLEventKeyLongitude: @(latLng.longitude),
MGLEventKeyZoomLevel: @(zoom),
- MGLEventKeyPushEnabled: @([MGLMapboxEvents checkPushEnabled]),
- MGLEventKeyEmailEnabled: @([MGLMapboxEvents checkEmailEnabled])
+ MGLEventKeyPushEnabled: @([MGLMapboxEvents checkPushEnabled])
}];
return YES;