This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
shell/platform/darwin/ios Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33// found in the LICENSE file.
44
55#import " flutter/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h"
6- #import " flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h"
76#import " flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"
7+ #import " flutter/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h"
88
99#import " flutter/shell/platform/darwin/ios/platform_view_ios.h"
1010
Original file line number Diff line number Diff line change 9999
100100void PlatformViewIOS::attachView () {
101101 FML_DCHECK (owner_controller_);
102- FML_DCHECK (owner_controller_.get ().isViewLoaded ) << " FlutterViewController's view should be loaded "
103- " before attaching to PlatformViewIOS." ;
102+ FML_DCHECK (owner_controller_.get ().isViewLoaded )
103+ << " FlutterViewController's view should be loaded "
104+ " before attaching to PlatformViewIOS." ;
104105 ios_surface_ =
105106 [static_cast<FlutterView*>(owner_controller_.get ().view) createSurface: ios_context_];
106107 FML_DCHECK (ios_surface_ != nullptr );
You can’t perform that action at this time.
0 commit comments