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

Commit 39f0e75e authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Ignore splitscreen resize scenario if there is no matching transition

Bug: 300260196
Test: atest com.android.wm.shell.flicker.service.splitscreen.flicker.DismissSplitScreenByDividerGesturalNavPortrait
Change-Id: I6ca5009cc3e6c0e6af177ef7c98e85d81a0b43c6
parent 2ca486fe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ import org.junit.runner.RunWith
class DismissSplitScreenByDividerGesturalNavPortrait :
    DismissSplitScreenByDivider(Rotation.ROTATION_0) {

    @ExpectedScenarios(["SPLIT_SCREEN_EXIT"])
    // TODO(b/300260196): Not detecting this scenario right now
    @ExpectedScenarios(["ENTIRE_TRACE"])
    @Test
    override fun dismissSplitScreenByDivider() = super.dismissSplitScreenByDivider()