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

Commit 8152c794 authored by Adam Powell's avatar Adam Powell Committed by Gerrit Code Review
Browse files

Merge "Fix incorrect fragment animation used for hiding fragments"

parents 70b74646 27562939
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);