Skip to content

Commit 54e67ac

Browse files
committed
Revert margin
1 parent 4810367 commit 54e67ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MacrobenchmarkSample/baselineProfile/src/main/java/com/example/macrobenchmark/baselineprofile/RecyclerViewActivityBaselineProfileGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class RecyclerViewActivityBaselineProfileGenerator : BaselineProfileGeneratorSca
3434

3535
// Scrolling RecyclerView journey
3636
device.findObject(By.res(packageName, "recycler")).also {
37-
it.setGestureMargin(device.displayWidth / 5)
37+
it.setGestureMargin(device.displayWidth / 10)
3838
it.fling(Direction.DOWN)
3939
it.fling(Direction.UP)
4040
}

0 commit comments

Comments
 (0)