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

Commit 70607cfe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Attempt to workaround navigation mode mismatch errors" into ub-launcher3-master

parents b3ea58d5 ec9c109c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -490,6 +490,12 @@ public final class LauncherInstrumentation {
        assertEquals("Unexpected display rotation",
                mExpectedRotation, mDevice.getDisplayRotation());

        // b/149024111
        for (int i = 0; i != 100; ++i) {
            if (getNavigationModeMismatchError() == null) break;
            sleep(100);
        }

        final String error = getNavigationModeMismatchError();
        assertTrue(error, error == null);
        log("verifyContainerType: " + containerType);