Not opening all apps again when AppInfo or Uninstall is selected
Bug: 17460202 Change-Id: Id67a9637324abceb5b446fff5999db2a0910401b
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user