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

Commit de1e88da authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Waiting for Fallback Overview to stop after pressing Home

Bug: 313926097
Flag: N/A
Test: presubmit
Change-Id: I1128ca6eabe29e02d8039445696f7a006f6448bf
parent ff2eec89
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -131,8 +131,7 @@ public class FallbackRecentsTest {
                    UiDevice.getInstance(getInstrumentation()).executeShellCommand(
                            getLauncherCommand(getLauncherInMyProcess()));
                    // b/143488140
                    mDevice.pressHome();
                    mDevice.waitForIdle();
                    pressHomeAndWaitForOverviewClose();
                }
            }
        };