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

Commit 8c6b66ee 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

Change-Id: I2c778a13f8b7312691916fd554e1855d3cb2f475
parents af1d1b55 abd5538e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,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);