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

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

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

* commit '8152c794':
  Fix incorrect fragment animation used for hiding fragments
parents 47aa51d0 8152c794
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);