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

Commit 4d18dab6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable rotation check on quick switch." into main

parents f85cc631 6a424c54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ constructor(val rotation: Rotation = Rotation.ROTATION_0) {
    fun setup() {
        tapl.workspace.switchToOverview().dismissAllTasks()

        tapl.setExpectedRotationCheckEnabled(false)
        tapl.setEnableRotation(true)
        tapl.setExpectedRotation(rotation.value)