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

am: dc63f7c6

* commit 'dc63f7c6248276d003d949dbbe407aafd5e7c6bf':
  Restore fragment transaction animation state information.

Change-Id: I4eb87247e789034b2c468bd4764e4d1c9c44ab09
This commit is contained in:
George Mount
2016-04-05 17:36:11 +00:00
committed by android-build-merger

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