Merge "Don't cancel vibrations in LockIconViewController" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-04-29 14:09:24 +00:00
committed by Android (Google) Code Review

View File

@@ -668,7 +668,6 @@ public class LockIconViewController extends ViewController<LockIconView> impleme
mVelocityTracker.recycle();
mVelocityTracker = null;
}
mVibrator.cancel();
}
private boolean inLockIconArea(MotionEvent event) {