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

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

Merge "Fix a bug in AbsListView nested scrolling support."

parents cac8ce33 11d0069f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3380,7 +3380,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                                mScrollOffset)) {
                            mMotionCorrection -= mScrollOffset[1];
                            lastYCorrection -= mScrollOffset[1];
                            if (vtev != null) {
                                vtev.offsetLocation(0, mScrollOffset[1]);
                            }
                        } else {
                            overScrollBy(0, overscroll, 0, mScrollY, 0, 0,
                                    0, mOverscrollDistance, true);