Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS: Do not use dispatch queue when canceling idle callback (flutte…
…r#27732) Fixes flutter/flutter#86932 Relying on dispatch queue to bump call on main thread in this instance is problematic because platform plugin can hold the dispatch queue. Using performSelectorOnMainThread: instead works, because it is processed by the CFRunLoop independent of dispatch queue.
- Loading branch information