Merge "Explicitly set mAllowGoingDown = false when only up is allowed" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-06 23:26:14 +00:00
committed by Android (Google) Code Review
@@ -167,6 +167,7 @@ public abstract class TaskViewTouchController<T extends BaseDraggingActivity>
mAllowGoingDown = true;
directionsToDetectScroll = DIRECTION_BOTH;
} else {
mAllowGoingDown = false;
directionsToDetectScroll = upDirection;
}
}