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

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

Merge "Fix bug 3281956 - Cherry-picked from GB"

parents dee4cb07 3cd0c571
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3573,7 +3573,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                        overScrollBy(0, overshoot, 0, mScrollY, 0, 0,
                                0, mOverflingDistance, false);
                    }
                    if (more) {
                        edgeReached(delta);
                    }
                    break;
                }