Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d87eb6c7 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Fix black screen on app transition."

parents 9e4fdfae 0059d350
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7688,9 +7688,9 @@ public class WindowManagerService extends IWindowManager.Stub
        Surface.openTransaction();

        try {
            updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh);
            mPendingLayoutChanges = performAnimationsLocked(currentTime, dw, dh,
                    innerDw, innerDh);
            updateWindowsAppsAndRotationAnimationsLocked(currentTime, innerDw, innerDh);
        
            // THIRD LOOP: Update the surfaces of all windows.