Merge "Fix bouncer flickering on dream swipe up end" into udc-dev

This commit is contained in:
William Xiao
2023-04-05 23:19:47 +00:00
committed by Android (Google) Code Review

View File

@@ -303,10 +303,6 @@ public class BouncerSwipeTouchHandler implements DreamTouchHandler {
}
flingToExpansion(verticalVelocity, expansion);
if (expansion == KeyguardBouncerConstants.EXPANSION_HIDDEN) {
mCurrentScrimController.reset();
}
break;
default:
mVelocityTracker.addMovement(motionEvent);