Merge "Ignore setAssistHintVisible if overlays are not available." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5eab79db10
@@ -199,6 +199,10 @@ public class ScreenDecorations extends SystemUI implements Tunable,
|
||||
return;
|
||||
}
|
||||
|
||||
if (mOverlay == null || mBottomOverlay == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (mAssistHintVisible != visible) {
|
||||
mAssistHintVisible = visible;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user