Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +4 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,10 @@ public class ScreenDecorations extends SystemUI implements Tunable, return; } if (mOverlay == null || mBottomOverlay == null) { return; } if (mAssistHintVisible != visible) { mAssistHintVisible = visible; Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +4 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,10 @@ public class ScreenDecorations extends SystemUI implements Tunable, return; } if (mOverlay == null || mBottomOverlay == null) { return; } if (mAssistHintVisible != visible) { mAssistHintVisible = visible; Loading