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

Commit 727cec02 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: I0902959c7703bd3a1c41abfc6a8788b89d0aa977
parents 65369424 69e398bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8678,7 +8678,8 @@ public class WindowManagerService extends IWindowManager.Stub
            for (int i=0; i<N; i++) {
                WindowState win = allAppWindows.get(i);
                if (win == startingWindow || win.mAppFreezing
                        || win.mViewVisibility != View.VISIBLE) {
                        || win.mViewVisibility != View.VISIBLE
                        || win.mAttrs.type == TYPE_APPLICATION_STARTING) {
                    continue;
                }
                if (DEBUG_VISIBILITY) {