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

Commit 955904ad 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: I4393458982fea30df1a4be86b6fe17db9ab7da16
parents 9d90c548 9c44e61f
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) {