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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user