Not opening all apps again when AppInfo or Uninstall is selected

Bug: 17460202
Change-Id: Id67a9637324abceb5b446fff5999db2a0910401b
This commit is contained in:
Sunny Goyal
2014-10-16 12:08:41 -07:00
parent d37a1f5abe
commit 8498eb40ee
2 changed files with 3 additions and 8 deletions
@@ -728,7 +728,8 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
!(target instanceof DeleteDropTarget) && !(target instanceof Folder))) {
// Exit spring loaded mode if we have not successfully dropped or have not handled the
// drop in Workspace
mLauncher.exitSpringLoadedDragMode();
mLauncher.exitSpringLoadedDragModeDelayed(true,
Launcher.EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT, null);
mLauncher.unlockScreenOrientation(false);
} else {
mLauncher.unlockScreenOrientation(false);