Fix the weird anchoring of the search dropdown when pivoting into an

app for search. (This started when we moved to system process, not sure
why then, but we should be getting the dropdown to update at this point
regardless.)
This commit is contained in:
Mike LeBeau
2009-06-24 13:06:39 -07:00
parent 6f8e592347
commit 35df87c631

View File

@@ -1322,6 +1322,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
String query = intent.getStringExtra(SearchManager.QUERY);
setUserQuery(query);
mSearchAutoComplete.showDropDown();
}
/**