mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix null closure warnings, and a possible race condition where the handle for the view_holder_token is destroyed on the gpu thread. The handle's destructor enters the isolate, so it must be destroyed on the UI thread. FL-257 #done FL-269 #done