Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CP-stable]Fix another instance of platform view breakage on Android …
…14 (#52982) This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process#automatically-creates-a-cherry-pick-request) Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request. ### Issue Link Fixes flutter/flutter#148662 CP bug flutter/flutter#148885 ### Target stable ### PR Link TBD ### Changelog Description Platform view fix for android 14 when multiple activities are used and onMemoryTrim is called. ### Impacted Users Users shipping flutter apps on android 14 that use platform viewss ### Impact Description Platform views stop rendering new frames. ### Workaround No app level work around. ### Risk low ### Test Coverage no ### Validation Steps App is launched App is backgrounded (via a back-gesture swipe) Android Bug triggers HERE no onTrimMemory callback fires App is resumed Platform views don't render
- Loading branch information