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

Commit d0a2d701 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix SearchView collapse on text input."

parents 4520347a 73e00df1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -824,7 +824,7 @@ public class SearchView extends LinearLayout {
            invalidate();
        }
        updateVoiceButton(!hasText);
        updateViewsVisibility(mIconifiedByDefault);
        updateCloseButton();
        if (mOnQueryChangeListener != null) {
            mOnQueryChangeListener.onQueryTextChanged(newText.toString());
        }