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

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

Merge "Cleanup unused constant" into main

parents b68ba094 7333c738
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ abstract class DragMoveWindowToNextDisplay {
        desktopMouseRule.stopDrag()
        wmHelper.StateSyncBuilder().withAppTransitionIdle().waitForAndVerify()

        // Verify app window moved to target display
        wmHelper
            .StateSyncBuilder()
            .add("testApp is on the connected display") { dump ->
@@ -106,8 +107,4 @@ abstract class DragMoveWindowToNextDisplay {
    fun teardown() {
        testApp.exit(wmHelper)
    }

    private companion object {
        val CAPTION_BAR_OFFSET_Y_PX = 20
    }
}