diff --git a/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java b/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java index 4aaf85adfce64..5e192193a87a5 100644 --- a/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +++ b/packages/SystemUI/src/com/android/systemui/ScreenDecorations.java @@ -199,6 +199,10 @@ public class ScreenDecorations extends SystemUI implements Tunable, return; } + if (mOverlay == null || mBottomOverlay == null) { + return; + } + if (mAssistHintVisible != visible) { mAssistHintVisible = visible;