Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9028d52 authored by Nataniel Borges's avatar Nataniel Borges Committed by Automerger Merge Worker
Browse files

Merge "Fix enter pip parameters" into sc-dev am: 3f0a1f40

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13806830

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2c75420f9e5c3bc7a5096e880f9341ffb44c41ac
parents 6c2e72d8 3f0a1f40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) {
        @JvmStatic
        fun getParams(): List<FlickerTestParameter> {
            return FlickerTestParameterFactory.getInstance()
                .getConfigRotationTests(supportedRotations = listOf(Surface.ROTATION_0),
                .getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0),
                    repetitions = 5)
        }
    }