mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
fd6c3fc700
If an app is using retainFlutterNativeView or a plugin wants to keep the FlutterNativeView active, then the FlutterNativeView should not drop its handle to the corresponding native platform view. Fixes https://github.com/flutter/flutter/issues/26931