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:00:49 -08:00
parent a1192eacc2
commit e95c8ee998

View File

@@ -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;
}