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

Commit 60a01924 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 am: 6cc1b370

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



Change-Id: Iebd388a32fbda29900c36c71ff29d224ccea0993
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 87e20f7d 6cc1b370
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) {