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

Commit 2cbe8cd0 authored by Matthew Ng's avatar Matthew Ng
Browse files

Fixes deadzone consuming touch for 3 button layout

Change-Id: Ie21af8dab462412ba0a0a4fb0d71ab1bda750c4f
Fixes: 112842731
Test: manual, set 3 button layout, tap right above home button
parent e4d35b6d
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);