git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3956
ffa7fe5e-494d-0410-b361-
a75ebd5db220
try
{
Method m_getX = android.view.MotionEvent.class.getMethod("getX", int.class);
- Method m_getY = android.view.MotionEvent.class.getMethod("getX", int.class);
+ Method m_getY = android.view.MotionEvent.class.getMethod("getY", int.class);
float y0 = 0;
try
{
float x1 = 0;
try
{
- Float xxxx = (java.lang.Float) m_getY.invoke(instance, arg1);
+ Float xxxx = (java.lang.Float) m_getX.invoke(instance, arg1);
x1 = xxxx.floatValue();
}
catch (IllegalArgumentException e)