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

Commit 48e746c3 authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug in the scrolling logic

When the user overflung to go to the quicksettings panel the
scroll logic remained active and was not reset.

Change-Id: Iab733f3525d5465c5dc583559d0acbc350274171
parent 2c749d24
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) {