summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
}