mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
iOS does not allow usage of OpenGL ES APIs when the app has been moved to the background. With this change, the shell will wait until pending IO thread tasks complete and the Skia unref queue is drained before proceeding with shutdown. See https://github.com/flutter/flutter/issues/17511