diff options
| author | 2012-11-08 13:08:58 -0800 | |
|---|---|---|
| committer | 2012-11-08 13:08:58 -0800 | |
| commit | baee9ed5643f45d6cf53f6360cc2b30fe59f55f0 (patch) | |
| tree | 252f6edb28dc5d930438a5c916052248083ae99d | |
| parent | 271add4e09af034406188e13c3289e967108c84f (diff) | |
| parent | 7a73344bbe1636fd01a8b551b0b539168a9a9987 (diff) | |
am 7a73344b: Minimal fix for stuck google now.
* commit '7a73344bbe1636fd01a8b551b0b539168a9a9987':
Minimal fix for stuck google now.
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index 5ef32e49947c..9014918077e8 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -680,6 +680,7 @@ public class PhoneStatusBar extends BaseStatusBar { @Override public void showSearchPanel() { super.showSearchPanel(); + mHandler.removeCallbacks(mShowSearchPanel); // we want to freeze the sysui state wherever it is mSearchPanelView.setSystemUiVisibility(mSystemUiVisibility); |