Loading core/java/android/widget/ScrollView.java +7 −0 Original line number Diff line number Diff line Loading @@ -460,6 +460,13 @@ public class ScrollView extends FrameLayout { return true; } /* * Don't try to intercept touch if we can't scroll anyway. */ if (getScrollY() == 0 && !canScrollVertically(1)) { return false; } switch (action & MotionEvent.ACTION_MASK) { case MotionEvent.ACTION_MOVE: { /* Loading Loading
core/java/android/widget/ScrollView.java +7 −0 Original line number Diff line number Diff line Loading @@ -460,6 +460,13 @@ public class ScrollView extends FrameLayout { return true; } /* * Don't try to intercept touch if we can't scroll anyway. */ if (getScrollY() == 0 && !canScrollVertically(1)) { return false; } switch (action & MotionEvent.ACTION_MASK) { case MotionEvent.ACTION_MOVE: { /* Loading