Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 036061c

Browse files
author
a-wallen
committed
Fix ios accident
1 parent 62dcd0c commit 036061c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

shell/platform/darwin/ios/framework/Source/FlutterView.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ - (instancetype)initWithDelegate:(id<FlutterViewEngineDelegate>)delegate opaque:
4747
if (self) {
4848
_delegate = delegate;
4949
self.layer.opaque = opaque;
50-
self.layer.backgroundColor = NSColor.black;
5150
}
5251

5352
return self;

0 commit comments

Comments
 (0)