From 7a73344bbe1636fd01a8b551b0b539168a9a9987 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Thu, 8 Nov 2012 09:08:14 -0500 Subject: Minimal fix for stuck google now. Bug:7500409 Change-Id: I1570d72e08fbe520ac07eed2ee40b6571fa1fe3c --- .../src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3-59-g8ed1b