Merge commit '83276b99987067938717b63d1b1763b168959ffe' into eclair-mr2-plus-aosp * commit '83276b99987067938717b63d1b1763b168959ffe': Stop scrolling ListView when tapping a clickable item.
This commit is contained in:
@@ -2203,6 +2203,9 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
|
|||||||
clearScrollingCache();
|
clearScrollingCache();
|
||||||
}
|
}
|
||||||
mLastY = Integer.MIN_VALUE;
|
mLastY = Integer.MIN_VALUE;
|
||||||
|
if (mTouchMode == TOUCH_MODE_FLING) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user