diff --git a/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm b/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm index 09a32e67f05a5..1a8da8914a196 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm @@ -239,11 +239,6 @@ - (void)setupNotificationCenterObservers { name:UIAccessibilityOnOffSwitchLabelsDidChangeNotification object:nil]; - [center addObserver:self - selector:@selector(onAccessibilityStatusChanged:) - name:UIAccessibilityOnOffSwitchLabelsDidChangeNotification - object:nil]; - [center addObserver:self selector:@selector(onUserSettingsChanged:) name:UIContentSizeCategoryDidChangeNotification