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

Commit 79b0693e 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 fdf0b689 696b9393
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -668,7 +668,6 @@ public class LockIconViewController extends ViewController<LockIconView> impleme
            mVelocityTracker.recycle();
            mVelocityTracker.recycle();
            mVelocityTracker = null;
            mVelocityTracker = null;
        }
        }
        mVibrator.cancel();
    }
    }


    private boolean inLockIconArea(MotionEvent event) {
    private boolean inLockIconArea(MotionEvent event) {