Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b93dbb0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 1b28e6d4 4f78df93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -167,6 +167,7 @@ public abstract class TaskViewTouchController<T extends BaseDraggingActivity>
                                mAllowGoingDown = true;
                                directionsToDetectScroll = DIRECTION_BOTH;
                            } else {
                                mAllowGoingDown = false;
                                directionsToDetectScroll = upDirection;
                            }
                        }