Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87c79d64 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am d3cb6bcf: am 8152c794: Merge "Fix incorrect fragment animation used for hiding fragments"

* commit 'd3cb6bcf':
  Fix incorrect fragment animation used for hiding fragments
parents ad47f8c2 d3cb6bcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);