Merge change I32ce8591 into eclair

* changes:
  Stop scrolling ListView when tapping a clickable item.
This commit is contained in:
Android (Google) Code Review
2009-11-06 21:29:56 -05:00

View File

@@ -2203,6 +2203,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
clearScrollingCache();
}
mLastY = Integer.MIN_VALUE;
if (mTouchMode == TOUCH_MODE_FLING) {
return true;
}
break;
}