Revert "Revert "Moving DeviceProfile properties into DevicePrope..."

Revert submission 33716851-revert-33672643-DataDeviceProfile1-XHYRAPLEBK

Reason for revert: Error is fixed

Reverted changes: /q/submissionid:33716851-revert-33672643-DataDeviceProfile1-XHYRAPLEBK

Change-Id: Ib86824134955903c11e51e52dbfd6368aba1cd50
This commit is contained in:
Sebastián Franco
2025-05-23 14:05:01 -07:00
committed by Sebastian Franco
parent 1bec329180
commit e1d31e5406
128 changed files with 727 additions and 597 deletions
@@ -134,7 +134,7 @@ class WidgetPreviewContainerSizesTest {
)
private fun getTestSizes(dp: DeviceProfile) =
if (dp.isTablet && !dp.isTwoPanels) {
if (dp.deviceProperties.isTablet && !dp.deviceProperties.isTwoPanels) {
TABLET_TEST_SIZES
} else {
HANDHELD_TEST_SIZES