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

Commit 7ee1a3ee authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Fix broken test on devices with cutout" into rvc-dev am:...

Merge "Merge "Fix broken test on devices with cutout" into rvc-dev am: 825e2de1 am: 81b8df46" into rvc-d1-dev-plus-aosp am: f8c47373

Change-Id: I124c53e910eb0dd68218844c9cd591650453373a
parents 508167e9 f8c47373
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -106,7 +106,8 @@ public class InsetsStateControllerTest extends WindowTestsBase {
        getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null);
        getController().getSourceProvider(ITYPE_NAVIGATION_BAR).setWindow(navBar, null, null);
        getController().getSourceProvider(ITYPE_IME).setWindow(ime, null, null);
        assertEquals(0, getController().getInsetsForDispatch(navBar).getSourcesCount());
        assertNull(getController().getInsetsForDispatch(navBar).peekSource(ITYPE_IME));
        assertNull(getController().getInsetsForDispatch(navBar).peekSource(ITYPE_STATUS_BAR));
    }

    @Test