Skip to content

Commit f32d553

Browse files
committed
minor: fix spelling mistake
1 parent 8793c83 commit f32d553

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/flutter/lib/src/widgets/window.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,7 @@ class RegularWindowController extends WindowController {
176176
title: title,
177177
state: state,
178178
),
179-
) {
180-
super.future.then((WindowCreationResult metadata) {
181-
_state = (metadata as _RegularWindowCreationResult).state;
182-
notifyListeners();
183-
});
184-
}
179+
) {}
185180

186181
@override
187182
void _handleCreationResult(WindowCreationResult metadata) {

0 commit comments

Comments
 (0)