Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 2e416f3c3222cee7efcf298a7379a1dec01df39b
Author: Ian Lake <ilake@google.com>
Date: Thu Sep 05 13:01:20 2019
Correctly destroy fragments while unrelated animations run
Animations/animators/transitions running on fragments
should not interfere with unrelated Fragments being
destroyed.
Test: new FragmentTest
BUG: 140574199
Change-Id: I1959db838f445f36825c3ca15567c29321108d21
M fragment/fragment/src/androidTest/java/androidx/fragment/app/FragmentTest.kt
M fragment/fragment/src/main/java/androidx/fragment/app/FragmentManager.java
https://android-review.googlesource.com/1115081
https://goto.google.com/android-sha1/2e416f3c3222cee7efcf298a7379a1dec01df39b
Branch: androidx-master-dev
commit 2e416f3c3222cee7efcf298a7379a1dec01df39b
Author: Ian Lake <ilake@google.com>
Date: Thu Sep 05 13:01:20 2019
Correctly destroy fragments while unrelated animations run
Animations/animators/transitions running on fragments
should not interfere with unrelated Fragments being
destroyed.
Test: new FragmentTest
BUG: 140574199
Change-Id: I1959db838f445f36825c3ca15567c29321108d21
M fragment/fragment/src/androidTest/java/androidx/fragment/app/FragmentTest.kt
M fragment/fragment/src/main/java/androidx/fragment/app/FragmentManager.java
il...@google.com <il...@google.com> #3
We've fixed this internally and it will be available in Fragments 1.2.0-alpha04
Description
Version used: 1.2.0-alpha03
When removing a Fragment, it does not actually get destroyed if there are exit animations running for some other Fragment.