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 271add4 + 7a73344 commit baee9edCopy full SHA for baee9ed
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
@@ -680,6 +680,7 @@ protected void updateSearchPanel() {
680
@Override
681
public void showSearchPanel() {
682
super.showSearchPanel();
683
+ mHandler.removeCallbacks(mShowSearchPanel);
684
685
// we want to freeze the sysui state wherever it is
686
mSearchPanelView.setSystemUiVisibility(mSystemUiVisibility);
0 commit comments