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

Commit 982ff071 authored by vadimt's avatar vadimt
Browse files

Fixing swipe from background gesture

Change-Id: I5e49dca41308292250d8485faa4df56605cd94ce
Tests: StartLauncherViaGestureTests, TaplTests
parent ff9571b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {

            mLauncher.swipe(
                    navBar.getVisibleBounds().centerX(), navBar.getVisibleBounds().centerY(),
                    navBar.getVisibleBounds().centerX(), height - 300);
                    navBar.getVisibleBounds().centerX(), height - 400);
        } else {
            mLauncher.getSystemUiObject("recent_apps").click();
        }