Merge "Reducing usage of magic constants in TAPL's widgets (fling back)" into ub-launcher3-qt-qpr1-dev am: 8a2cb67d07
am: 79a4c590c5
Change-Id: I5d37faa3ff2a19db924329c9eb09b4493897fbd8
This commit is contained in:
@@ -69,7 +69,7 @@ public final class Widgets extends LauncherInstrumentation.VisibleContainer {
|
||||
"want to fling backwards in widgets")) {
|
||||
LauncherInstrumentation.log("Widgets.flingBackward enter");
|
||||
final UiObject2 widgetsContainer = verifyActiveContainer();
|
||||
mLauncher.scroll(widgetsContainer, Direction.UP, 1f, MARGINS, FLING_STEPS);
|
||||
mLauncher.scroll(widgetsContainer, Direction.UP, 1f, null, FLING_STEPS);
|
||||
try (LauncherInstrumentation.Closable c1 = mLauncher.addContextLayer("flung back")) {
|
||||
verifyActiveContainer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user