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

Commit 3de6db94 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Disable rotation checks in DragDividerToResize

This is a temporary measure to unblock the flicker tests while we work on stabilizing the launcher rotation and rotation checks.

Bug: 349075982
Flag: TEST_ONLY
Test: atest WMShellFlickerServicePlatinumTests:com.android.wm.shell.flicker.service.splitscreen.platinum.DragDividerToResizeGesturalNavLandscape
Change-Id: Iee5c1b7727ce3198da65236926dbdf470655d181
parent d34e2142
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {
    fun setup() {
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)
        // TODO: b/349075982 - Remove once launcher rotation and checks are stable.
        tapl.setExpectedRotationCheckEnabled(false)

        SplitScreenUtils.enterSplit(wmHelper, tapl, device, primaryApp, secondaryApp, rotation)
    }