Fix build broken by Ifcfa1d9ba88a06098318b9aea3cbe1849e2ff924

Change-Id: Ie0bf7d27c06f2855df3cd7976aea7d9eead65e57
This commit is contained in:
Abodunrinwa Toki
2016-03-10 16:04:05 +00:00
parent b9e8f4602a
commit f4182231c0

View File

@@ -50,7 +50,7 @@ public final class CustomViewActions {
return actionWithAssertions(
new GeneralClickAction(
Tap.LONG,
new RelativeCoordinatesProvider(hRef, vRef, hDelta, vDelta),
new RelativeCoordinatesProvider(hRef, hDelta, vRef, vDelta),
Press.FINGER));
}