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

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

Merge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test...

Merge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest" into gingerbread
parents abb50f15 b9b8f7b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2890,7 +2890,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;
                }