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

Commit 54832cdb authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Clear ViewGroup nested scrolling axes when nested scrolling stops"

parents f647832b d4a22d4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6353,6 +6353,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
    public void onStopNestedScroll(View child) {
        // Stop any recursive nested scrolling.
        stopNestedScroll();
        mNestedScrollAxes = 0;
    }

    /**