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

Commit 558772f4 authored by Christian Wahl (xWF)'s avatar Christian Wahl (xWF)
Browse files

Revert "Test fix for request fullscreen bugfix"

Revert submission 32311744-requestFullscreenBugfix

Reason for revert: Leads to breakages on main and main-swcar-dev, before merging will be verified with ABTD run
Bug: 405018103


Reverted changes: /q/submissionid:32311744-requestFullscreenBugfix

Change-Id: I8c532805d03c578e66fbdf29a2a70ca02652ad8f
parent 45a72168
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -548,7 +548,6 @@ public class StageCoordinatorTests extends ShellTestCase {
    }

    @Test
    @EnableFlags({Flags.FLAG_ENABLE_REQUEST_FULLSCREEN_BUGFIX})
    public void testDismiss_fullscreenDisplay() {
        when(mStageCoordinator.isSplitActive()).thenReturn(true);

@@ -556,7 +555,7 @@ public class StageCoordinatorTests extends ShellTestCase {
        mStageCoordinator.prepareExitSplitScreen(STAGE_TYPE_MAIN, wct, EXIT_REASON_DRAG_DIVIDER);

        assertEquals(wct.getChanges().get(mMainChildTaskInfo.token.asBinder()).getWindowingMode(),
                WINDOWING_MODE_FULLSCREEN);
                WINDOWING_MODE_UNDEFINED);
    }

    @Test