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

Commit 73e00df1 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Fix SearchView collapse on text input.

Bug: 3291919
Change-Id: I2e510c3f8c4fa520dd100e722896f725ef70b79e
parent d3040307
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());
        }