Minimal fix for stuck google now.

Bug:7500409
Change-Id: I1570d72e08fbe520ac07eed2ee40b6571fa1fe3c
This commit is contained in:
John Spurlock
2012-11-08 09:08:14 -05:00
parent 899e6c7383
commit 7a73344bbe

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