diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h b/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h index c5fd42b4c8a82..51782ceca07cb 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h @@ -296,7 +296,7 @@ FLUTTER_EXPORT @property(nonatomic, readonly) NSObject* binaryMessenger; /** - * The UI Isolate ID of of the engine. + * The UI Isolate ID of the engine. * * This property will be nil if the engine is not running. */ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm b/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm index 8e351383b0ff6..1e082ec4ebd97 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm @@ -1068,7 +1068,7 @@ - (NSString*)contrastMode { #pragma mark - Status Bar touch event handling -// Standard iOS status bar height in pixels. +// Standard iOS status bar height in points. constexpr CGFloat kStandardStatusBarHeight = 20.0; - (void)handleStatusBarTouches:(UIEvent*)event {