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

Commit 3e5c8a90 authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Remove workaround in MoveToNextDisplay test

Flag: com.android.window.flags.enable_move_to_next_display_shortcut
Bug: 405234435
Test: MoveToNextDisplay
Change-Id: I0329d5f9ddf62f8b5f4a37e33cfe7df02db866f0
parent 3a6dcfef
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)
    }
}