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

Commit 65f23e71 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Corrected visibility reporting error in WindowManager"

parents 2aaa1ce1 39357708
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -8760,7 +8760,8 @@ public class WindowManagerService extends IWindowManager.Stub
                WindowState win = allAppWindows.get(i);
                WindowState win = allAppWindows.get(i);
                if (win == startingWindow || win.mAppFreezing
                if (win == startingWindow || win.mAppFreezing
                        || win.mViewVisibility != View.VISIBLE
                        || win.mViewVisibility != View.VISIBLE
                        || win.mAttrs.type == TYPE_APPLICATION_STARTING) {
                        || win.mAttrs.type == TYPE_APPLICATION_STARTING
                        || win.mDestroying) {
                    continue;
                    continue;
                }
                }
                if (DEBUG_VISIBILITY) {
                if (DEBUG_VISIBILITY) {