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

Commit dbba863

Browse files
committed
Add link to issue
1 parent 0d24582 commit dbba863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/windows/flutter_window_winuwp.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ bool FlutterWindowWinUWP::IsVisible() {
123123
// Visible() from raster thread. For now assume window is always visible.
124124
// Possible solution would be to register a VisibilityChanged handler and
125125
// store the visiblity state in a variable. TODO(knopp)
126+
// https://github.com/flutter/flutter/issues/87870
126127
return true;
127128
}
128129

0 commit comments

Comments
 (0)