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

Commit dc63f7c6 authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Restore fragment transaction animation state information." into nyc-dev

parents 81c9ea40 41fb9948
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -146,6 +146,10 @@ final class BackStackState implements Parcelable {
                    op.removed.add(r);
                }
            }
            bse.mEnterAnim = op.enterAnim;
            bse.mExitAnim = op.exitAnim;
            bse.mPopEnterAnim = op.popEnterAnim;
            bse.mPopExitAnim = op.popExitAnim;
            bse.addOp(op);
            num++;
        }