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

Commit c317703f authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 2cf6f5df: Merge change 5238 into donut

Merge commit '2cf6f5df'

* commit '2cf6f5df':
  Fix the weird anchoring of the search dropdown when pivoting into an
parents 0ef67e63 2cf6f5df
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();
    }

    /**