Remove 5x grid from canBeDefault grids

Bug: 407819792
Test: manual test
Flag: com.android.launcher3.one_grid_specs
Change-Id: I77c2fddc470d0dbaa6fc248ec30a5dbd4a86e0c2
This commit is contained in:
Federico Baron
2025-04-02 19:58:00 +00:00
parent f0ab519440
commit eec1d1d8f9
@@ -56,7 +56,7 @@ interface WorkspaceDragSource {
launchableCenter.x >= width
? launchableCenter.x - width / 2
: launchableCenter.x + width / 2,
displaySize.y / 2),
(int) (displaySize.y / 2.5f)),
startsActivity,
isWidgetShortcut,
launchable::addExpectedEventsForLongClick);