Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82e62668 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 27038 into eclair

* changes:
  Redraw search autocomplete dropdown after config change.
parents 81d84c0c 29d52e12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -498,6 +498,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
            updateSearchAppIcon();
            updateSearchBadge();
            updateQueryHint();
            mSearchAutoComplete.showDropDownAfterLayout();
        } 
    }