mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The recent refactoring to support headless mode accidentally passed nullptr instead of the window (if any) to the platform handler that manages clipboard interactions, causing it to be broken. Fixes https://github.com/flutter/flutter/issues/58035