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

Commit a8acc495 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Wait for correct surface to disappear on transition" into tm-dev

parents 9f35669b 9b6e3574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ class ExitPipViaExpandButtonClickTest(
                // This will bring PipApp to fullscreen
                pipApp.expandPipWindowToApp(wmHelper)
                // Wait until the other app is no longer visible
                wmHelper.waitForSurfaceAppeared(testApp.component)
                wmHelper.waitForWindowSurfaceDisappeared(testApp.component)
            }
        }