Redraw search autocomplete dropdown after config change.

This ensures the dropdown is redrawn after changing
from landscape to portrait mode, for example.

Change-Id: I71f4425d1df789faf34d20dd30b3a5c64b5caec3
This commit is contained in:
Bryan Mawhinney
2009-09-25 15:35:21 +01:00
parent 42b7af57c5
commit 29d52e120f

View File

@@ -498,6 +498,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
updateSearchAppIcon();
updateSearchBadge();
updateQueryHint();
mSearchAutoComplete.showDropDownAfterLayout();
}
}