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

Commit f6f5aeee authored by Shawn Lee's avatar Shawn Lee Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fix NSSL-Flexiglass touch in default case" into main

parents 55d2c857 5c06e429
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3471,6 +3471,7 @@ public class NotificationStackScrollLayout
            }

            if (isUpOrCancel) {
                mScrollViewFields.sendCurrentGestureOverscroll(false);
                setIsBeingDragged(false);
            }
            return false;
@@ -3606,7 +3607,6 @@ public class NotificationStackScrollLayout
                if (mIsBeingDragged) {
                    // Defer actual scrolling to the scene framework if enabled
                    if (SceneContainerFlag.isEnabled()) {
                        setIsBeingDragged(false);
                        return false;
                    }
                    // Scroll to follow the motion event