Skip to content

Commit 0d4bb28

Browse files
update CONTRIBUTING.md for version 1.1.2
1 parent 5a11060 commit 0d4bb28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Of course, the `toggleFullScreen` method of the `MainFlutterWindowManipulator` c
4444
```swift
4545
public static func toggleFullScreen() {
4646
if (self.mainFlutterWindow == nil) {
47-
printNotStartedWarning()
48-
return
47+
start(mainFlutterWindow: nil)
4948
}
5049

5150
self.mainFlutterWindow!.toggleFullScreen(nil)

0 commit comments

Comments
 (0)