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

Commit a9730092 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Android (Google) Code Review
Browse files

Merge "Remove the cast and use the override then()" into main

parents aa656266 645ca825
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ class AutoEnterPipFromSplitScreenOnGoToHomeTest(flicker: LegacyFlickerTest) :
            if (flicker.scenario.isLandscapeOrSeascapeAtStart) {
                flicker.assertWmVisibleRegion(pipApp) {
                    // first check against landscape bounds then against portrait bounds
                    (coversAtMost(displayBounds).then() as RegionTraceSubject).coversAtMost(
                    coversAtMost(displayBounds).then().coversAtMost(
                        portraitDisplayBounds
                    )
                }