mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The view was being accessed from a background thread so its OpenGL context could be accessed. This tripped thread safety assertions in Cocoa. Now the OpenGL context is stashed in the FlutterEngine instance itself.