Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +4 −3 Original line number Diff line number Diff line Loading @@ -762,11 +762,12 @@ public class NotificationStackScrollLayout extends ViewGroup } } } } mActivePointerId = INVALID_POINTER; endDrag(); } } break; case MotionEvent.ACTION_CANCEL: if (mIsBeingDragged && getChildCount() > 0) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +4 −3 Original line number Diff line number Diff line Loading @@ -762,11 +762,12 @@ public class NotificationStackScrollLayout extends ViewGroup } } } } mActivePointerId = INVALID_POINTER; endDrag(); } } break; case MotionEvent.ACTION_CANCEL: if (mIsBeingDragged && getChildCount() > 0) { Loading