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

Commit 696b9393 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents aaec02b8 c27a9b02
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -668,7 +668,6 @@ public class LockIconViewController extends ViewController<LockIconView> impleme
            mVelocityTracker.recycle();
            mVelocityTracker = null;
        }
        mVibrator.cancel();
    }

    private boolean inLockIconArea(MotionEvent event) {