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

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

Merge "Remove wait until PIP has the correct bounds before continuing" into main

parents ca27cfc9 9f6e6d4e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -250,13 +250,10 @@ open class PipAppHelper(instrumentation: Instrumentation) :
            waitConditions = arrayOf(ConditionsFactory.hasPipWindow())
        )

        val windowRegion = wmHelper.getWindowRegion(this)

        wmHelper
            .StateSyncBuilder()
            .withWindowSurfaceAppeared(this)
            .withPipShown()
            .withSurfaceVisibleRegion(this, windowRegion)
            .waitForAndVerify()
    }