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

Commit 25178c55 authored by Jon Miranda's avatar Jon Miranda Committed by Automerger Merge Worker
Browse files

Fix bug where dragview gets stuck on screen. am: b453ef76

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/13407365

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I636aef61403f44fd27898d74d2b857fd14f9ffc2
parents f6779303 b453ef76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public class CheckLongPressHelper {
    private void triggerLongPress() {
        if ((mView.getParent() != null)
                && mView.hasWindowFocus()
                && (!mView.isPressed() || mListener == null)
                && (!mView.isPressed() || mListener != null)
                && !mHasPerformedLongPress) {
            boolean handled;
            if (mListener != null) {