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

Commit 11d0069f authored by Adam Powell's avatar Adam Powell
Browse files

Fix a bug in AbsListView nested scrolling support.

Bug 14564701

Change-Id: I8cb854b987736e6f141610c8e6e77eb263a718db
parent 6b003c9e
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);