Merge "Don't cancel vibrations in LockIconViewController" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
696b9393d6
@@ -668,7 +668,6 @@ public class LockIconViewController extends ViewController<LockIconView> impleme
|
||||
mVelocityTracker.recycle();
|
||||
mVelocityTracker = null;
|
||||
}
|
||||
mVibrator.cancel();
|
||||
}
|
||||
|
||||
private boolean inLockIconArea(MotionEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user