Fix swipe end location
Change-Id: I997ca30dc5399b36e13516c4aeadbdf6fa357df7
This commit is contained in:
@@ -213,7 +213,7 @@ public class Input {
|
||||
lerp(y1, y2, alpha), 1.0f);
|
||||
now = SystemClock.uptimeMillis();
|
||||
}
|
||||
injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x1, y1, 0.0f);
|
||||
injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x2, y2, 0.0f);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user