a bugfix for "touch(String path)" in Positron.java

1 view
Skip to first unread message

Mike

unread,
Mar 24, 2009, 5:39:17 PM3/24/09
to Auto-android
Hi all,

I found a bug in Positron.java regarding the "touch" method which you
might want to fix. It should be changed from:

public void touch(String path) {
float [] center = centerOf(path);
touch(center[0], center[0]);
}


to:

public void touch(String path) {
float [] center = centerOf(path);
touch(center[0], center[1]);
}

Thx,
Mike Quon

phil.h.smith

unread,
Mar 26, 2009, 11:02:44 PM3/26/09
to Auto-android
Thank you for the report (which I see you made an issue for already),
fix coming up..
Reply all
Reply to author
Forward
0 new messages