Skip to content

Commit d87eb6c

Browse files
Craig MautnerAndroid (Google) Code Review
authored andcommitted
Merge "Fix black screen on app transition."
2 parents 9e4fdfa + 0059d35 commit d87eb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/wm/WindowManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7688,9 +7688,9 @@ private void animateAndUpdateSurfaces(final long currentTime, final int dw, fina
76887688
Surface.openTransaction();
76897689

76907690
try {
7691+
updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh);
76917692
mPendingLayoutChanges = performAnimationsLocked(currentTime, dw, dh,
76927693
innerDw, innerDh);
7693-
updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh);
76947694

76957695
// THIRD LOOP: Update the surfaces of all windows.
76967696

0 commit comments

Comments
 (0)