am e95c8ee9: fix touch problem in All Apps that prevented launching or adding items to workspace screens

* commit 'e95c8ee998bc04c64c29c0594d81aeb283b05c1f':
  fix touch problem in All Apps that prevented launching or adding items to workspace screens
This commit is contained in:
Michael Jurka
2011-02-03 03:22:02 -08:00
committed by Android Git Automerger
@@ -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;
}