Fixed a bug where the scroller would stop tracking am: ecfc6b52ec
am: 61e4934b8f
Change-Id: Ib658b8762e7ebefc7798553351dbd150178458d2
This commit is contained in:
@@ -1228,7 +1228,7 @@ public class NotificationStackScrollLayout extends ViewGroup
|
||||
if (!isScrollingEnabled()) {
|
||||
return false;
|
||||
}
|
||||
if (ev.getY() < mQsContainer.getBottom()) {
|
||||
if (ev.getY() < mQsContainer.getBottom() && !mIsBeingDragged) {
|
||||
return false;
|
||||
}
|
||||
mForcedScroll = null;
|
||||
|
||||
Reference in New Issue
Block a user