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

Commit 2182f2aa authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

SearchView improvement for IME

- fix IME not closing when not having a SearchableInfo

Change-Id: I3e6e168be1e26138fe0ceb967bbd12fa35db0903
parent 16f81e75
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();
            }
        }