终极修改后的修改
This commit is contained in:
parent
008cd86fb4
commit
a5092213c9
Binary file not shown.
|
@ -25,7 +25,6 @@ public class ListScrollView extends ScrollView {
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean onInterceptTouchEvent(MotionEvent ev) {
|
public boolean onInterceptTouchEvent(MotionEvent ev) {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
if (listView != null && checkArea(listView, ev)) {
|
if (listView != null && checkArea(listView, ev)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue