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

Commit abd5538e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d4129146 2cbe8cd0
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);