Merge "Explicitly set mAllowGoingDown = false when only up is allowed" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2b93dbb0b8
+1
@@ -167,6 +167,7 @@ public abstract class TaskViewTouchController<T extends BaseDraggingActivity>
|
||||
mAllowGoingDown = true;
|
||||
directionsToDetectScroll = DIRECTION_BOTH;
|
||||
} else {
|
||||
mAllowGoingDown = false;
|
||||
directionsToDetectScroll = upDirection;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user