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

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

Merge "Remove workaround in MoveToNextDisplay test" into main

parents 7d46d7f5 3e5c8a90
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -74,11 +74,6 @@ abstract class MoveToNextDisplay {

    @After
    fun teardown() {
        // TODO(b/405234435): Remove the workaround once b/405229142 is resolved
        // Ensure that the simulated display being removed does not hold the display focus as a
        // workaround for b/405229142
        testApp.exit(wmHelper)
        testApp.launchViaIntent(wmHelper)
        testApp.exit(wmHelper)
    }
}