Loading quickstep/src/com/android/launcher3/uioverrides/PortraitStatesTouchController.java +3 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,9 @@ public class PortraitStatesTouchController extends AbstractStateChangeTouchContr directionsToDetectScroll = SwipeDetector.DIRECTION_POSITIVE; mStartContainerType = ContainerType.HOTSEAT; } else if (mLauncher.isInState(OVERVIEW)) { directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH; boolean canSwipeDownFromOverview = getTargetState(OVERVIEW, false) != OVERVIEW; directionsToDetectScroll = canSwipeDownFromOverview ? SwipeDetector.DIRECTION_BOTH : SwipeDetector.DIRECTION_POSITIVE; mStartContainerType = ContainerType.TASKSWITCHER; } else { return 0; Loading Loading
quickstep/src/com/android/launcher3/uioverrides/PortraitStatesTouchController.java +3 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,9 @@ public class PortraitStatesTouchController extends AbstractStateChangeTouchContr directionsToDetectScroll = SwipeDetector.DIRECTION_POSITIVE; mStartContainerType = ContainerType.HOTSEAT; } else if (mLauncher.isInState(OVERVIEW)) { directionsToDetectScroll = SwipeDetector.DIRECTION_BOTH; boolean canSwipeDownFromOverview = getTargetState(OVERVIEW, false) != OVERVIEW; directionsToDetectScroll = canSwipeDownFromOverview ? SwipeDetector.DIRECTION_BOTH : SwipeDetector.DIRECTION_POSITIVE; mStartContainerType = ContainerType.TASKSWITCHER; } else { return 0; Loading