Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +2 −2 Original line number Diff line number Diff line Loading @@ -641,7 +641,7 @@ public class NotificationStackScrollLayout extends ViewGroup return mScrollView.onTouchEvent(ev); } boolean expandWantsIt = false; if (!mSwipingInProgress && !mOnlyScrollingInThisMotion) { if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) { if (isCancelOrUp) { mExpandHelper.onlyObserveMovements(false); } Loading Loading @@ -1376,7 +1376,7 @@ public class NotificationStackScrollLayout extends ViewGroup } initDownStates(ev); boolean expandWantsIt = false; if (!mSwipingInProgress && !mOnlyScrollingInThisMotion) { if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) { expandWantsIt = mExpandHelper.onInterceptTouchEvent(ev); } boolean scrollWantsIt = false; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +2 −2 Original line number Diff line number Diff line Loading @@ -641,7 +641,7 @@ public class NotificationStackScrollLayout extends ViewGroup return mScrollView.onTouchEvent(ev); } boolean expandWantsIt = false; if (!mSwipingInProgress && !mOnlyScrollingInThisMotion) { if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) { if (isCancelOrUp) { mExpandHelper.onlyObserveMovements(false); } Loading Loading @@ -1376,7 +1376,7 @@ public class NotificationStackScrollLayout extends ViewGroup } initDownStates(ev); boolean expandWantsIt = false; if (!mSwipingInProgress && !mOnlyScrollingInThisMotion) { if (!mSwipingInProgress && !mOnlyScrollingInThisMotion && isScrollingEnabled()) { expandWantsIt = mExpandHelper.onInterceptTouchEvent(ev); } boolean scrollWantsIt = false; Loading