Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix another instance of platform view breakage on Android 14 (#52980)
When you background an activity via the back-gesture the onTrimMemory callback is not invoked but the buggy Android behaviour still occurs. Workaround this by faking an onTrimMemory callback in the `Activity#onStop` callback. Fixes #148662 Related #146499 Tested manually on a Pixel 7 Pro running Android 14.
- Loading branch information