From bdb1030e215f163440b6f73f65b0ae47c5f6c8fd Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 20 Sep 2012 18:00:59 -0700 Subject: Removing functionality to click under AllApps to return to the workspace. (Bug 7012020) Change-Id: I69a4d28866d550cb4a43c99875e3e94dda1b0de8 --- src/com/android/launcher2/AppsCustomizePagedView.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/com/android/launcher2/AppsCustomizePagedView.java') diff --git a/src/com/android/launcher2/AppsCustomizePagedView.java b/src/com/android/launcher2/AppsCustomizePagedView.java index f5193294b..817eb413a 100644 --- a/src/com/android/launcher2/AppsCustomizePagedView.java +++ b/src/com/android/launcher2/AppsCustomizePagedView.java @@ -372,14 +372,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen setDragSlopeThreshold(r.getInteger(R.integer.config_appsCustomizeDragSlopeThreshold)/100f); } - @Override - protected void onUnhandledTap(MotionEvent ev) { - if (LauncherApplication.isScreenLarge()) { - // Dismiss AppsCustomize if we tap - mLauncher.showWorkspace(true); - } - } - /** Returns the item index of the center item on this page so that we can restore to this * item index when we rotate. */ private int getMiddleComponentIndexOnCurrentPage() { -- cgit v1.2.3