• A
    Fix iOS crash when multiple platform views are in the scene (#13449) · c63aefd2
    Amir Hardon 提交于
    Having 2 or more platform views simultaneously in the layer tree was crashing immediately on iOS with GL backend.
    
    This regressed in #11070 which passed gl_context to a function in a loop using std::move (which meant on the second iteration the caller is no longer the owner of the field).
    
    I added a scenarios_app test, though this test doesn't run on a physical device on CI so it would have only caught the problem when running locally (flutter/flutter#43852).
    c63aefd2
PlatformViewUITests.m 3.3 KB