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

Commit ca314395 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Disable rotation checks in DragDividerToResize" into main

parents 4988ed31 3de6db94
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)
    }