mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix comments of iOS status bar height constant (#14496)
This commit is contained in:
parent
45c6c3a5df
commit
d2923801bb
@ -296,7 +296,7 @@ FLUTTER_EXPORT
|
||||
@property(nonatomic, readonly) NSObject<FlutterBinaryMessenger>* 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.
|
||||
*/
|
||||
|
||||
@ -1068,7 +1068,7 @@ static flutter::PointerData::DeviceKind DeviceKindFromTouchType(UITouch* touch)
|
||||
|
||||
#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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user