From e95c8ee998bc04c64c29c0594d81aeb283b05c1f Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Thu, 3 Feb 2011 03:00:49 -0800 Subject: fix touch problem in All Apps that prevented launching or adding items to workspace screens --- src/com/android/launcher2/PagedViewCellLayoutChildren.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3