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:
+1
-1
@@ -203,7 +203,7 @@ public class NoButtonNavbarToOverviewTouchController extends PortraitStatesTouch
|
||||
}
|
||||
|
||||
private void maybeSwipeInteractionToOverviewComplete() {
|
||||
if (mReachedOverview && mDetector.isSettlingState()) {
|
||||
if (mReachedOverview && !mDetector.isDraggingState()) {
|
||||
onSwipeInteractionCompleted(OVERVIEW);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user