Merge "Restore fragment transaction animation state information." into nyc-dev
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user