Merge "Fixes deadzone consuming touch for 3 button layout" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
abd5538ecd
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user