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

Commit b00b9763 authored by Phil Weaver's avatar Phil Weaver Committed by Android (Google) Code Review
Browse files

Merge "Don't display new suppressed overlays"

parents 053fd81b c3cbff33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1445,6 +1445,9 @@ public class WindowManagerService extends IWindowManager.Stub
                }
            }

            final boolean hideSystemAlertWindows = !mHidingNonSystemOverlayWindows.isEmpty();
            win.setForceHideNonSystemOverlayWindowIfNeeded(hideSystemAlertWindows);

            final AppWindowToken aToken = token.asAppWindowToken();
            if (type == TYPE_APPLICATION_STARTING && aToken != null) {
                aToken.startingWindow = win;