mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Some parts of the embedding (e.g. VsyncWaiter) may hold global references to system services obtained through the context used during initialization. These must not be associated with an activity or other non-application context. Fixes https://github.com/flutter/flutter/issues/49612