Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class ObservableScrollView extends ScrollView { } else if (!mTouchEnabled) { MotionEvent cancel = MotionEvent.obtain(ev); cancel.setAction(MotionEvent.ACTION_CANCEL); super.dispatchTouchEvent(ev); super.dispatchTouchEvent(cancel); cancel.recycle(); mTouchCancelled = true; return false; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class ObservableScrollView extends ScrollView { } else if (!mTouchEnabled) { MotionEvent cancel = MotionEvent.obtain(ev); cancel.setAction(MotionEvent.ACTION_CANCEL); super.dispatchTouchEvent(ev); super.dispatchTouchEvent(cancel); cancel.recycle(); mTouchCancelled = true; return false; Loading