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

Commit e46df861 authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Fixing icon left on the workspace when drag operation fails

am: 846d7e12

Change-Id: I2f4df4ab948443298fd3354cb4338ff9db4068ad
parents 1c2291de 846d7e12
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -236,6 +236,10 @@ public class PinItemDragListener
            mLauncher.exitSpringLoadedDragModeDelayed(true,
                    Launcher.EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT, null);
        }

        if (!success) {
            d.deferDragViewCleanupPostAnimation = false;
        }
        postCleanup();
    }