summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-09-07 12:42:03 -0400
committerJason Wray <jason@mapbox.com>2017-09-07 13:09:01 -0400
commit3176bad00ff792189df4e0650f547ed809c04411 (patch)
treee1790fe44866f7fa8b666c1b062bec9f14f1f96f
parent9ce709908986967524ff734e89380c9854c43c1b (diff)
downloadqtlocation-mapboxgl-upstream/fb-v3.6.2-merge-fixup.tar.gz
[ios] Fix slight mismerge in iosappupstream/fb-v3.6.2-merge-fixup
-rw-r--r--platform/ios/app/MBXViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/app/MBXViewController.m b/platform/ios/app/MBXViewController.m
index e7825fac9d..8f7896ffee 100644
--- a/platform/ios/app/MBXViewController.m
+++ b/platform/ios/app/MBXViewController.m
@@ -441,8 +441,8 @@ typedef NS_ENUM(NSInteger, MBXSettingsMiscellaneousRows) {
break;
case MBXSettingsAnnotationsQueryAnnotations:
[self testQueryPointAnnotations];
- case MBXSettingsAnnotationsCustomUserDot:
break;
+ case MBXSettingsAnnotationsCustomUserDot:
[self toggleCustomUserDot];
break;
case MBXSettingsAnnotationsRemoveAnnotations: