diff options
author | Jason Wray <jason@mapbox.com> | 2017-09-07 12:42:03 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2017-09-11 11:56:20 -0400 |
commit | dfc5d51ae150b92ce2645d34383f04361d784bc3 (patch) | |
tree | b5ad3c0903c1088315504da917c7e21ac3298291 /platform | |
parent | 36c307f04fd06961d253b11f6189c0d50d4a9cd7 (diff) | |
download | qtlocation-mapboxgl-dfc5d51ae150b92ce2645d34383f04361d784bc3.tar.gz |
[ios] Fix slight mismerge in iosapp
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ios/app/MBXViewController.m | 2 |
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: |