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

Commit a5fa7324 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix for SysUi overrides being applied on non-fullscreen VIS windows."...

Merge "Fix for SysUi overrides being applied on non-fullscreen VIS windows." into sc-dev am: 9c44e61f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14843812

Change-Id: Iba21529de516047443919c27b06348289fe37beb
parents e26a1db7 9c44e61f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1771,7 +1771,7 @@ public class DisplayPolicy {
        }

        // Voice interaction overrides both top fullscreen and top docked.
        if (affectsSystemUi && attrs.type == TYPE_VOICE_INTERACTION) {
        if (affectsSystemUi && attrs.type == TYPE_VOICE_INTERACTION && attrs.isFullscreen()) {
            if (mTopFullscreenOpaqueWindowState == null) {
                mTopFullscreenOpaqueWindowState = win;
                if (mTopFullscreenOpaqueOrDimmingWindowState == null) {