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:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user