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

Commit d4a22d4e authored by Adam Powell's avatar Adam Powell
Browse files

Clear ViewGroup nested scrolling axes when nested scrolling stops

Bug 19517415

Change-Id: I3dc1c70d8894bd4478d7671c9dac2c9b17a45efa
parent 8148f8b6
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;
    }

    /**