Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea8a3d25 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug in the scrolling logic"

parents 94d46abc 48e746c3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -762,11 +762,12 @@ public class NotificationStackScrollLayout extends ViewGroup
                                }
                            }
                        }
                    }

                    mActivePointerId = INVALID_POINTER;
                    endDrag();
                }
                }

                break;
            case MotionEvent.ACTION_CANCEL:
                if (mIsBeingDragged && getChildCount() > 0) {