Merge "Ignore setAssistHintVisible if overlays are not available." into qt-dev

am: 5eab79db10

Change-Id: I5798fd75fed884a262155c839a76b9ce17e744d6
This commit is contained in:
Matt Casey
2019-06-03 19:48:11 -07:00
committed by android-build-merger

View File

@@ -199,6 +199,10 @@ public class ScreenDecorations extends SystemUI implements Tunable,
return; return;
} }
if (mOverlay == null || mBottomOverlay == null) {
return;
}
if (mAssistHintVisible != visible) { if (mAssistHintVisible != visible) {
mAssistHintVisible = visible; mAssistHintVisible = visible;