Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e9cdf62 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Fixes deadzone consuming touch for 3 button layout" into pi-dev am: abd5538e

am: 8c6b66ee

Change-Id: Ie578eae9a3f1a63cf2bc39dec949d4538e367c88
parents cad22784 8c6b66ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ public class QuickStepController implements GestureHelper {
                mNavigationBarView.getDownHitTarget() == HIT_TARGET_DEAD_ZONE;
        if (mOverviewEventSender.getProxy() == null || (!mNavigationBarView.isQuickScrubEnabled()
                && !mNavigationBarView.isQuickStepSwipeUpEnabled())) {
            return false;
            return deadZoneConsumed;
        }
        mNavigationBarView.requestUnbufferedDispatch(event);