Merge "Really pass the y - touch correction to the native code"

main
satok 2012-03-14 06:47:19 -07:00 committed by Android (Google) Code Review
commit 05c54ffc7f
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class WordComposer {
codes = keyDetector.newCodeArray();
keyDetector.getKeyAndNearbyCodes(x, y, codes);
keyX = keyDetector.getTouchX(x);
keyY = keyDetector.getTouchX(y);
keyY = keyDetector.getTouchY(y);
}
add(primaryCode, codes, keyX, keyY);
}