Merge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest" into gingerbread

This commit is contained in:
Adam Powell
2010-10-25 11:43:03 -07:00
committed by Android (Google) Code Review

View File

@@ -2890,7 +2890,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
overScrollBy(0, overshoot, 0, mScrollY, 0, 0,
0, mOverflingDistance, false);
}
edgeReached(delta);
if (more) {
edgeReached(delta);
}
break;
}