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

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

Merge "Fix an unintentional change in method signature and avoid an API change."

parents c3ccfb8e a465b2d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -745,7 +745,7 @@ public class SearchView extends LinearLayout implements CollapsibleActionView {
    }

    @Override
    public void onDetachedFromWindow() {
    protected void onDetachedFromWindow() {
        removeCallbacks(mUpdateDrawableStateRunnable);
        super.onDetachedFromWindow();
    }