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

Commit 7333c738 authored by nergi's avatar nergi
Browse files

Cleanup unused constant

Bug: 403197745
Test: atest DragMoveWindowToNextDisplayTest
Flag: EXEMPT small cleanup
Change-Id: Ic9fb5e5842bcfd260d877812279216818045edd7
parent 23f649bb
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
    }
}