Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3448bdd3 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

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
parent e1cb95bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;