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

Commit 41fb9948 authored by George Mount's avatar George Mount
Browse files

Restore fragment transaction animation state information.

Bug 17487986

Change-Id: Ic5154b0dd00f07804a1008f8b9f8328f1b2ec06c
parent 1486557d
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -146,6 +146,10 @@ final class BackStackState implements Parcelable {
                    op.removed.add(r);
                    op.removed.add(r);
                }
                }
            }
            }
            bse.mEnterAnim = op.enterAnim;
            bse.mExitAnim = op.exitAnim;
            bse.mPopEnterAnim = op.popEnterAnim;
            bse.mPopExitAnim = op.popExitAnim;
            bse.addOp(op);
            bse.addOp(op);
            num++;
            num++;
        }
        }