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

Commit 10330d6

Browse files
committed
tweak
1 parent 2a0ae0e commit 10330d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/windows/flutter_window_winuwp.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bool FlutterWindowWinUWP::IsVisible() {
122122
// if window is invisible. However CoreWindow is not agile so we can't call
123123
// Visible() from raster thread. For now assume window is always visible.
124124
// Possible solution would be to register a VisibilityChanged handler and
125-
// store the visiblity state in a variable TODO(knopp).
125+
// store the visiblity state in a variable. TODO(knopp)
126126
return true;
127127
}
128128

0 commit comments

Comments
 (0)