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

Commit c0469c00 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "SearchView improvement for IME"

parents 93627ac8 2182f2aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1171,8 +1171,8 @@ public class SearchView extends LinearLayout implements CollapsibleActionView {
                    || !mOnQueryChangeListener.onQueryTextSubmit(query.toString())) {
                if (mSearchable != null) {
                    launchQuerySearch(KeyEvent.KEYCODE_UNKNOWN, null, query.toString());
                    setImeVisibility(false);
                }
                setImeVisibility(false);
                dismissSuggestions();
            }
        }