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

Commit 6cc1b370 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:...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18054158



Change-Id: I43cc91faeb5069eae6c0cfae327400e808b0caad
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bdb44e4a bb0bd091
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) {