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

Commit d8f93dcd authored by vadimt's avatar vadimt Committed by Vadim Tryshev
Browse files

Not swiping from nav bar when scrolling in all apps

Change-Id: Id1fed6ab095f23fcbc199c8925c08acac34cca3f
parent 5996842f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class AllApps extends LauncherInstrumentation.VisibleContainer {
                "want to get app icon on all apps")) {
            final UiObject2 allAppsContainer = verifyActiveContainer();
            final UiObject2 navBar = mLauncher.waitForSystemUiObject("navigation_bar_frame");
            allAppsContainer.setGestureMargins(0, 0, 0, navBar.getVisibleBounds().height());
            allAppsContainer.setGestureMargins(0, 0, 0, navBar.getVisibleBounds().height() + 1);
            final BySelector appIconSelector = AppIcon.getAppIconSelector(appName, mLauncher);
            if (!hasClickableIcon(allAppsContainer, appIconSelector)) {
                scrollBackToBeginning();