Loading services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1771,7 +1771,7 @@ public class DisplayPolicy { } } // Voice interaction overrides both top fullscreen and top docked. // 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) { if (mTopFullscreenOpaqueWindowState == null) { mTopFullscreenOpaqueWindowState = win; mTopFullscreenOpaqueWindowState = win; if (mTopFullscreenOpaqueOrDimmingWindowState == null) { if (mTopFullscreenOpaqueOrDimmingWindowState == null) { Loading Loading
services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1771,7 +1771,7 @@ public class DisplayPolicy { } } // Voice interaction overrides both top fullscreen and top docked. // 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) { if (mTopFullscreenOpaqueWindowState == null) { mTopFullscreenOpaqueWindowState = win; mTopFullscreenOpaqueWindowState = win; if (mTopFullscreenOpaqueOrDimmingWindowState == null) { if (mTopFullscreenOpaqueOrDimmingWindowState == null) { Loading