Merge "Fix Home->Overview not being logged in 0 button mode" into sc-dev am: 99af1b2954

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

Change-Id: I76fc6ad52cb31f2e9bdb0ed3d0d684fef69269c4
This commit is contained in:
Tony Wickham
2021-03-30 19:47:22 +00:00
committed by Automerger Merge Worker
@@ -203,7 +203,7 @@ public class NoButtonNavbarToOverviewTouchController extends PortraitStatesTouch
}
private void maybeSwipeInteractionToOverviewComplete() {
if (mReachedOverview && mDetector.isSettlingState()) {
if (mReachedOverview && !mDetector.isDraggingState()) {
onSwipeInteractionCompleted(OVERVIEW);
}
}