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

Commit 45a72168 authored by Maryam Dehaini's avatar Maryam Dehaini Committed by Android (Google) Code Review
Browse files

Merge "Test fix for request fullscreen bugfix" into main

parents 8dbbd4b1 4bd89e07
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -548,6 +548,7 @@ public class StageCoordinatorTests extends ShellTestCase {
    }

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

@@ -555,7 +556,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_UNDEFINED);
                WINDOWING_MODE_FULLSCREEN);
    }

    @Test