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

Commit 35df87c6 authored by Mike LeBeau's avatar Mike LeBeau
Browse files

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.)
parent 6f8e5923
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1322,6 +1322,7 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS

        String query = intent.getStringExtra(SearchManager.QUERY);
        setUserQuery(query);
        mSearchAutoComplete.showDropDown();
    }

    /**