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

Commit c2abaca4 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Remove unimportant assertion" into main

parents c02067ff f14f6a37
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)