summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-09-07 12:42:03 -0400
committerJason Wray <friedbunny@users.noreply.github.com>2017-09-11 11:56:20 -0400
commitdfc5d51ae150b92ce2645d34383f04361d784bc3 (patch)
treeb5ad3c0903c1088315504da917c7e21ac3298291
parent36c307f04fd06961d253b11f6189c0d50d4a9cd7 (diff)
downloadqtlocation-mapboxgl-dfc5d51ae150b92ce2645d34383f04361d784bc3.tar.gz
[ios] Fix slight mismerge in iosapp
-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: