Restore fragment transaction animation state information.

Bug 17487986

Change-Id: Ic5154b0dd00f07804a1008f8b9f8328f1b2ec06c
This commit is contained in:
George Mount
2016-03-30 13:59:23 -07:00
parent 1486557d10
commit 41fb99480c

View File

@@ -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++;
}