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

This commit is contained in:
George Mount
2016-04-05 17:27:33 +00:00
committed by Android (Google) Code Review

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