Merge "Fixing widget tests" into ub-launcher3-qt-qpr1-dev

This commit is contained in:
Vadim Tryshev 2019-09-12 20:32:00 +00:00 committed by Android (Google) Code Review
commit de5e5afae5
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public final class Widgets extends LauncherInstrumentation.VisibleContainer {
}
if (++i > 40) fail("Too many attempts");
mLauncher.scroll(widgetsContainer, Direction.DOWN, 0.8f, MARGINS, 50);
mLauncher.scroll(widgetsContainer, Direction.DOWN, 0.7f, MARGINS, 50);
}
}
}