mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 19:28:51 +08:00
This could happen if the image decoder invoked its callback with a null image to signal an error. The SingleFrameCodec's status will be kComplete but its cached image will not be set. Fixes https://github.com/flutter/flutter/issues/161031