am baee9ed5: am 7a73344b: Minimal fix for stuck google now.

* commit 'baee9ed5643f45d6cf53f6360cc2b30fe59f55f0':
  Minimal fix for stuck google now.
This commit is contained in:
John Spurlock
2012-11-08 13:13:41 -08:00
committed by Android Git Automerger

View File

@@ -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);