mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Drags originating in Folder exit spring loaded mode when completed." into ub-launcher3-master
This commit is contained in:
@@ -3732,8 +3732,11 @@ public class Workspace extends PagedView
|
||||
mDragOutline = null;
|
||||
mDragInfo = null;
|
||||
|
||||
mLauncher.exitSpringLoadedDragModeDelayed(success,
|
||||
Launcher.EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT, null);
|
||||
if (!isFlingToDelete) {
|
||||
// Fling to delete already exits spring loaded mode after the animation finishes.
|
||||
mLauncher.exitSpringLoadedDragModeDelayed(success,
|
||||
Launcher.EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT, null);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user