Skip to content

Commit 00ab357

Browse files
Filip GruszczynskiAndroid (Google) Code Review
authored andcommitted
Merge "Make enter reveal animation be zorder top." into mnc-dev
2 parents fb68b0a + 9e2cf5b commit 00ab357

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/core/java/com/android/server/wm/AppTransition.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ private Animation createClipRevealAnimationLocked(int transit, boolean enter, Re
559559
set.addAnimation(clipAnimTB);
560560
set.addAnimation(translateY);
561561
set.addAnimation(alpha);
562+
set.setZAdjustment(Animation.ZORDER_TOP);
562563
set.initialize(appWidth, appHeight, appWidth, appHeight);
563564
anim = set;
564565
} else {

0 commit comments

Comments
 (0)