Merge "OnScrollListener fix in AbsListView"

This commit is contained in:
Gilles Debunne
2011-02-28 14:23:50 -08:00
committed by Android (Google) Code Review

View File

@@ -3529,6 +3529,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
post(this);
} else {
mTouchMode = TOUCH_MODE_REST;
reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
}
}