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

Commit c27a9b02 authored by Beverly's avatar Beverly Committed by Beverly Tai
Browse files

Don't cancel vibrations in LockIconViewController

This call was generically cancelling ALL vibrations,
when the intention was just to cancel any vibrations from
the lock icon. (And won't need to manually cancel
the vibration from the lock icon since the vibration is short anyway.)

Test: manual
Fixes: 228936379
Change-Id: Id821843cd81f0ddd96b597922f08e2ad31d320e7
parent a3193ed1
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) {