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

Commit d21e88e6 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 am: 955904ad

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

Change-Id: I4b42adc903c437d3119751291176016f3a22042d
parents b3206d8c 955904ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1858,7 +1858,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) {