From 3176bad00ff792189df4e0650f547ed809c04411 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 7 Sep 2017 12:42:03 -0400 Subject: [ios] Fix slight mismerge in iosapp --- platform/ios/app/MBXViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1