We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dbf3b8 + 207d548 commit 1b80345Copy full SHA for 1b80345
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -762,6 +762,7 @@ private void prepareNavigationBarView() {
762
mNavigationBarView.getRecentsButton().setOnClickListener(mRecentsClickListener);
763
mNavigationBarView.getRecentsButton().setOnTouchListener(mRecentsPreloadOnTouchListener);
764
mNavigationBarView.getHomeButton().setOnTouchListener(mHomeSearchActionListener);
765
+ mNavigationBarView.getSearchLight().setOnTouchListener(mHomeSearchActionListener);
766
updateSearchPanel();
767
}
768
0 commit comments