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

Commit 29d52e12 authored by Bryan Mawhinney's avatar Bryan Mawhinney
Browse files

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
parent 42b7af57
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();
        } 
    }