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

Commit ad136658 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't cancel vibrations in LockIconViewController" into tm-dev am: 696b9393

parents 23a6af26 696b9393
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) {