Merge "Explicitly set mAllowGoingDown = false when only up is allowed" into sc-dev am: 2b93dbb0b8 am: 6b5c7da9d5

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14444776

Change-Id: I55f920a7c5959cf6030f92333dd76280c5b9c1af
This commit is contained in:
TreeHugger Robot
2021-05-07 00:03:55 +00:00
committed by Automerger Merge Worker
@@ -167,6 +167,7 @@ public abstract class TaskViewTouchController<T extends BaseDraggingActivity>
mAllowGoingDown = true;
directionsToDetectScroll = DIRECTION_BOTH;
} else {
mAllowGoingDown = false;
directionsToDetectScroll = upDirection;
}
}