Loading services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading