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: I28450e3aa4a88a36beed5a2e9377be9c61ec0b36
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