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

Commit f14f6a37 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Remove unimportant assertion

It is enough to assert draw state.
And freeze-display will be removed with legacy transition.

Fix: 312902766
Test: WindowStateTests#testRequestDrawIfNeeded
Change-Id: I35cf0c1e7179997180203547c969e9c0847694ab
parent cf01f294
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -757,7 +757,6 @@ public class WindowStateTests extends WindowTestsBase {
        startingApp.getWindowFrames().setInsetsChanged(true);
        startingApp.updateResizingWindowIfNeeded();
        assertTrue(startingApp.isDrawn());
        assertFalse(startingApp.getOrientationChanging());
    }

    @SetupWindows(addWindows = W_ABOVE_ACTIVITY)