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) {
|
public void enableCenteredContent(boolean enabled) {
|
||||||
mCenterContent = enabled;
|
mCenterContent = enabled;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user