Merge "Ignore setAssistHintVisible if overlays are not available." into qt-dev am: 5eab79db10 am: ab6e97c28e

am: 5a795619e6

Change-Id: I3c94373df9b7cdb06cf03c24663496f7a623209d
This commit is contained in:
Matt Casey
2019-06-03 20:01:41 -07:00
committed by android-build-merger

View File

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