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 65c43e8187acc17ba48600d7cac1522343bf4f09
Author: Jeremy Woods <jbwoods@google.com>
Date: Thu Mar 28 15:40:52 2019
Revert "Remove reflection into Animation.mListener"
This reverts commit 6fa8e29d08877b3bc4130aede98fae3a49fee022.
Reason for revert: This introduces a flash of the incoming fragment for some animated fragment transitions. Reverting to get back to a good state for April release.
BUG: 129405432
Change-Id: I640d55daf019c4dc4849ca7b15db52b584e157bf
M fragment/src/main/java/androidx/fragment/app/FragmentManagerImpl.java
https://android-review.googlesource.com/934631
https://goto.google.com/android-sha1/65c43e8187acc17ba48600d7cac1522343bf4f09
Branch: androidx-master-dev
commit 65c43e8187acc17ba48600d7cac1522343bf4f09
Author: Jeremy Woods <jbwoods@google.com>
Date: Thu Mar 28 15:40:52 2019
Revert "Remove reflection into Animation.mListener"
This reverts commit 6fa8e29d08877b3bc4130aede98fae3a49fee022.
Reason for revert: This introduces a flash of the incoming fragment for some animated fragment transitions. Reverting to get back to a good state for April release.
BUG: 129405432
Change-Id: I640d55daf019c4dc4849ca7b15db52b584e157bf
M fragment/src/main/java/androidx/fragment/app/FragmentManagerImpl.java
il...@google.com <il...@google.com> #3
We've reverted the CL that introduced this regression. The fix will be available in Fragments 1.1.0-alpha06.
Description
Version used: androidx.fragment:fragment:1.1.0-alpha05
Devices/Android versions reproduced on: I have tested Q and Pie
This bug
This is similar to
Fragment transaction can be seen in the MainActivity. Bug occurs in all Fragments but is least noticeable in Green. Version androidx.fragment:fragment:1.1.0-alpha04 is not affected by this bug.