Skip to content

Commit baee9ed

Browse files
John SpurlockAndroid Git Automerger
authored andcommitted
am 7a73344: Minimal fix for stuck google now.
* commit '7a73344bbe1636fd01a8b551b0b539168a9a9987': Minimal fix for stuck google now.
2 parents 271add4 + 7a73344 commit baee9ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ protected void updateSearchPanel() {
680680
@Override
681681
public void showSearchPanel() {
682682
super.showSearchPanel();
683+
mHandler.removeCallbacks(mShowSearchPanel);
683684

684685
// we want to freeze the sysui state wherever it is
685686
mSearchPanelView.setSystemUiVisibility(mSystemUiVisibility);

0 commit comments

Comments
 (0)