summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewCellLayoutChildren.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-02-03 03:00:49 -0800
committerMichael Jurka <mikejurka@google.com>2011-02-03 03:00:49 -0800
commite95c8ee998bc04c64c29c0594d81aeb283b05c1f (patch)
tree844a92030a27f1442398da8dd3d8cdedce7f6572 /src/com/android/launcher2/PagedViewCellLayoutChildren.java
parenta1192eacc25eafad25bf409d4383a1e16edb9c71 (diff)
downloadandroid_packages_apps_Trebuchet-e95c8ee998bc04c64c29c0594d81aeb283b05c1f.tar.gz
android_packages_apps_Trebuchet-e95c8ee998bc04c64c29c0594d81aeb283b05c1f.tar.bz2
android_packages_apps_Trebuchet-e95c8ee998bc04c64c29c0594d81aeb283b05c1f.zip
fix touch problem in All Apps that prevented launching or adding items to workspace screens
Diffstat (limited to 'src/com/android/launcher2/PagedViewCellLayoutChildren.java')
-rw-r--r--src/com/android/launcher2/PagedViewCellLayoutChildren.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher2/PagedViewCellLayoutChildren.java b/src/com/android/launcher2/PagedViewCellLayoutChildren.java
index 46994f834..1359a43e7 100644
--- a/src/com/android/launcher2/PagedViewCellLayoutChildren.java
+++ b/src/com/android/launcher2/PagedViewCellLayoutChildren.java
@@ -140,11 +140,6 @@ public class PagedViewCellLayoutChildren extends ViewGroup {
}
}
- @Override
- public boolean onTouchEvent(MotionEvent event) {
- return super.onTouchEvent(event) || true;
- }
-
public void enableCenteredContent(boolean enabled) {
mCenterContent = enabled;
}