You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Move window state update to window realize callback (#47713)
## Description
This moves the state update to only happen on realizing the window instead of at initialization time, based on [the comment from](flutter/flutter#137262 (comment)) @robert-ancell .
## Related Issues
- flutter/flutter#137262
## Tests
- I tried to add tests, but it doesn't seem possible to create a view without an actual display connected (and making a mock of it defeats the purpose of the test). I'm happy to be proven wrong, though.
0 commit comments