Skip to content

Commit b4a3c73

Browse files
committed
git is confused and not recognizing my pushes...?
1 parent f32d553 commit b4a3c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ abstract class WindowController with ChangeNotifier {
6060
}) {
6161
future
6262
.then((WindowCreationResult metadata) async {
63-
_handleCreationResult();
63+
_handleCreationResult(metadata);
6464

6565
_listener = _WindowListener(
6666
viewId: metadata.rootView.viewId,
@@ -84,7 +84,7 @@ abstract class WindowController with ChangeNotifier {
8484
});
8585
}
8686

87-
void _handleCreationResult(WindowCretionResult metadata) {
87+
void _handleCreationResult(WindowCreationResult metadata) {
8888
_view = metadata.rootView;
8989
_size = metadata.size;
9090
notifyListeners();

0 commit comments

Comments
 (0)