Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -3471,6 +3471,7 @@ public class NotificationStackScrollLayout } if (isUpOrCancel) { mScrollViewFields.sendCurrentGestureOverscroll(false); setIsBeingDragged(false); } return false; Loading Loading @@ -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 Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -3471,6 +3471,7 @@ public class NotificationStackScrollLayout } if (isUpOrCancel) { mScrollViewFields.sendCurrentGestureOverscroll(false); setIsBeingDragged(false); } return false; Loading Loading @@ -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 Loading