Make sure ReorderAlgorithm only work on the logic layer and not on the view layer
The method isNearestDropLocationOccupied finds the NearestDrop location using the view models (i.e. the CellLayoutLayoutParams) and the new method isConfigurationRegionOccupied run over the logic models (i.e. the CellAndSpan or ItemConfiguration) ensuring a separation between them. Test: ReorderAlgorithmUnitTest Flag: LEGACY FOLDABLE_SINGLE_PAGE DISABLED Bug: 270395274 Change-Id: I0b3c6606ee6934ea3a5e41d110677c496d4a4330
Loading
Please register or sign in to comment