commit | 8715639c6948379e9997a62c0b624d7ddb27dc5a | [log] [tgz] |
---|---|---|
author | Jagrut Desai <jagrutdesai@google.com> | Thu Feb 22 15:55:48 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 22 15:55:48 2024 +0000 |
tree | 7180269c70ffffc5d069322d6ac3070e16bf18dd | |
parent | 2a0c1e4f6162b91779ac867cd31fc37a110d3646 [diff] | |
parent | e5d9f5e43657bcded4340f034dd7b99ca2d33006 [diff] |
Merge "Fix CellContentDimensionsTest" into main
diff --git a/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt b/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt index 4770546..2294f5f 100644 --- a/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt +++ b/tests/src/com/android/launcher3/util/CellContentDimensionsTest.kt
@@ -39,6 +39,7 @@ val config = Configuration(runningContext.resources.configuration).apply { this.densityDpi = DisplayMetrics.DENSITY_DEFAULT + fontScale = 1.0f } context = runningContext.createConfigurationContext(config) iconSizeSteps = IconSizeSteps(context!!.resources)