We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c9362 commit 60f328dCopy full SHA for 60f328d
shell/platform/darwin/macos/framework/Source/FlutterViewController.mm
@@ -517,7 +517,7 @@ - (void)setBackgroundColor:(NSColor*)color {
517
}
518
519
- (FlutterViewId)viewId {
520
- NSAssert([self attached], @"This view controller is not attched.");
+ NSAssert([self attached], @"This view controller is not attached.");
521
return _viewId;
522
523
0 commit comments