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

Commit 0d17a1c1 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Disable TAPL rotation checks" into main

parents e619ac03 acdab5b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {

    @Before
    fun setup() {
        // TODO: b/349075982 - Remove once launcher rotation and checks are stable.
        tapl.expectedRotationCheckEnabled = false
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)

+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {

    @Before
    fun setup() {
        // TODO: b/349075982 - Remove once launcher rotation and checks are stable.
        tapl.expectedRotationCheckEnabled = false
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)

+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {

    @Before
    fun setup() {
        // TODO: b/349075982 - Remove once launcher rotation and checks are stable.
        tapl.expectedRotationCheckEnabled = false
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)

+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {
        primaryApp.launchViaIntent(wmHelper)
        ChangeDisplayOrientationRule.setRotation(rotation)

        // TODO: b/349075982 - Remove once launcher rotation and checks are stable.
        tapl.expectedRotationCheckEnabled = false
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)

+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {
        sendNotificationApp.postNotification(wmHelper)
        tapl.goHome()

        // TODO: b/349075982 - Remove once launcher rotation and checks are stable.
        tapl.expectedRotationCheckEnabled = false
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)

Loading