am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"
* commit '8152c7940a10f11a9edb16ae1daeca8a6fe2e6bb': Fix incorrect fragment animation used for hiding fragments
This commit is contained in:
@@ -1169,7 +1169,7 @@ final class FragmentManagerImpl extends FragmentManager {
|
||||
if (!fragment.mHidden) {
|
||||
fragment.mHidden = true;
|
||||
if (fragment.mView != null) {
|
||||
Animator anim = loadAnimator(fragment, transition, true,
|
||||
Animator anim = loadAnimator(fragment, transition, false,
|
||||
transitionStyle);
|
||||
if (anim != null) {
|
||||
anim.setTarget(fragment.mView);
|
||||
|
||||
Reference in New Issue
Block a user