You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great catch, I'm working on a fix to this. This method is deprecated in favor of obtainMovement(MotionEvent, long, float[]) in the event you need to make something work immediately.
Why is x using y value?
android-test/espresso/core/java/androidx/test/espresso/action/MotionEvents.java
Line 286 in 0950bf0
Specifically the first coordinates[1] should be coordinates[0]
The text was updated successfully, but these errors were encountered: