Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c519e9d
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea63438
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Apr 30, 2024

  1. Workaround HardwareRenderer breakage in Android 14 (#52370)

    - Destroy ImageReaders on memory trim.
    - Unset the VirtualDisplay's surface on memory trim.
    - On resume, recreate ImageReaders.
    - On resume, do a dumb little dance and then set the VirtualDisplay's surface
    
    Fixes: flutter/flutter#146499
    Fixes: flutter/flutter#144219
    
    Internal bug: b/335646931
    Android Fix: https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/27015418
    
    Android 15 will include the fix. Unclear if Android 14 will be patched.
    johnmccutchan authored Apr 30, 2024
    1 Configuration menu
    Copy the full SHA
    ea63438 View commit details
    Browse the repository at this point in the history
Loading