Don't disable search on Keyguard

Test: Long-press home while Keyguard is occluded, make sure voice
interactor is invoked.
Bug: 33110839

Change-Id: I24a31e1a8a4d7ab9706cdbdb76123165c73e5052
This commit is contained in:
Jorim Jaggi
2016-11-29 14:44:02 +01:00
parent e1cb95bbee
commit 3448bdd340

View File

@@ -1777,7 +1777,6 @@ public class KeyguardViewMediator extends SystemUI {
// (like recents). Temporary enable/disable (e.g. the "back" button) are
// done in KeyguardHostView.
flags |= StatusBarManager.DISABLE_RECENT;
flags |= StatusBarManager.DISABLE_SEARCH;
}
if (isShowingAndNotOccluded()) {
flags |= StatusBarManager.DISABLE_HOME;