Skip to content

Commit

Permalink
Minimal fix for stuck google now.
Browse files Browse the repository at this point in the history
Bug:7500409
Change-Id: I1570d72e08fbe520ac07eed2ee40b6571fa1fe3c
  • Loading branch information
John Spurlock committed Nov 8, 2012
1 parent 899e6c7 commit 7a73344
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ protected void updateSearchPanel() {
@Override
public void showSearchPanel() {
super.showSearchPanel();
mHandler.removeCallbacks(mShowSearchPanel);

// we want to freeze the sysui state wherever it is
mSearchPanelView.setSystemUiVisibility(mSystemUiVisibility);
Expand Down

0 comments on commit 7a73344

Please sign in to comment.