Merge "Fix Home->Overview not being logged in 0 button mode" into sc-dev
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