Skip to content

Commit 7a73344

Browse files
author
John Spurlock
committed
Minimal fix for stuck google now.
Bug:7500409 Change-Id: I1570d72e08fbe520ac07eed2ee40b6571fa1fe3c
1 parent 899e6c7 commit 7a73344

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)