Change-Id: I2773bf07535e67b690235d1668b0d1b5438f398a
jdk/fake_window_metrics
Jonathan Koren 5 months ago
parent f49dda4ddc
commit c4f56dbad5

@ -95,7 +95,7 @@ class InterestsListDetailScreenTest {
*/
@Composable
private fun TestDeviceConfig.Override(
content: @Composable () -> Unit
content: @Composable () -> Unit,
) {
DeviceConfigurationOverride(override = DeviceConfigurationOverride.ForcedSize(dpSize)) {
with(LocalDensity.current) {

Loading…
Cancel
Save