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

Commit 3a124c42 authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix testTransientVisibilityOfFixedRotationState" into main

parents b18f46dc edf6e022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ public class InsetsStateControllerTest extends WindowTestsBase {
        assertTrue(rotatedState.isSourceOrDefaultVisible(ID_STATUS_BAR, statusBars()));

        app.setRequestedVisibleTypes(0, statusBars());
        mDisplayContent.getInsetsPolicy().updateBarControlTarget(app);
        mDisplayContent.getDisplayPolicy().focusChangedLw(null /* lastFocus */, app);
        mDisplayContent.getInsetsPolicy().showTransient(statusBars(),
                true /* isGestureOnSystemBar */);
        mWm.mAnimator.ready();