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

This commit is contained in:
TreeHugger Robot
2019-06-04 02:27:26 +00:00
committed by Android (Google) Code Review

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;