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

Commit da9236e1 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Temporarily going home from an app via device.pressHome" into ub-launcher3-master

parents a978f4d7 d1e90a1b
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -347,12 +347,7 @@ public final class LauncherInstrumentation {
                log(action = "0-button: from another app");
                assertTrue("Launcher is visible, don't know how to go home",
                        !mDevice.hasObject(By.pkg(getLauncherPackageName())));
                final UiObject2 navBar = waitForSystemUiObject("navigation_bar_frame");

                swipe(
                        navBar.getVisibleBounds().centerX(), navBar.getVisibleBounds().centerY(),
                        navBar.getVisibleBounds().centerX(), 0,
                        BACKGROUND_APP_STATE_ORDINAL, ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME);
                mDevice.pressHome();
            }
        } else {
            log(action = "clicking home button");