Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -1262,7 +1262,7 @@ public class NotificationStackScrollLayout extends ViewGroup if (!isScrollingEnabled()) { return false; } if (isInsideQsContainer(ev)) { if (isInsideQsContainer(ev) && !mIsBeingDragged) { return false; } mForcedScroll = null; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -1262,7 +1262,7 @@ public class NotificationStackScrollLayout extends ViewGroup if (!isScrollingEnabled()) { return false; } if (isInsideQsContainer(ev)) { if (isInsideQsContainer(ev) && !mIsBeingDragged) { return false; } mForcedScroll = null; Loading