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

Conversation

@blasten
Copy link

@blasten blasten commented Feb 3, 2022

When FlutterFragment is used, the Android framework configures an animation.
The end animation recurses the view hierarchy and assumes that no views are removed during this time.

This PR removes the views when Fragment#onDestroyView is called.

Fixes flutter/flutter#97679

@blasten blasten requested review from GaryQian, dnfield and jason-simmons and removed request for dnfield February 3, 2022 06:30
@blasten blasten added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Feb 3, 2022
@fluttergithubbot fluttergithubbot merged commit 4dd7eb7 into flutter:main Feb 3, 2022
@blasten blasten deleted the pv_overlays branch February 3, 2022 19:47
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2022
itsjustkevin pushed a commit to itsjustkevin/engine that referenced this pull request Feb 8, 2022
itsjustkevin added a commit that referenced this pull request Feb 9, 2022
* 'Update Dart SDK to 0180af2'

* [Web Text Input] ensure the input element is put in the DOM on desktop safari (#30885)

* Reland: Teardown external view embedder prior to unmerging threads (#31122)

* Don't remove views while the rasterizer is torn down (#31229)

* [web] roll CanvasKit 0.32.0; fix frame order in animated images (#30680)

* roll CanvasKit 0.32.0
* Fix frame order in WASM image codecs

* [web] roll CanvasKit to 0.33.0 (#31240)

* 'add branch flutter-2.8-candidate.16 to enabled_branches in .ci.yaml'

* remove candidate from enabled_branches

* resolved merge conflict in DEPS file for the canvaskit_cipd_instance key

* update license hash

* resolving presubmit failures on android tests

Co-authored-by: Kevin Chisholm <[email protected]>
Co-authored-by: LongCatIsLooong <[email protected]>
Co-authored-by: Emmanuel Garcia <[email protected]>
Co-authored-by: Yegor <[email protected]>
Co-authored-by: eggfly <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

platform-android waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't remove overlay views when the rasterizer is being torn down

3 participants