Merge "Really pass the y - touch correction to the native code"
commit
05c54ffc7f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue