Skip to content
Snippets Groups Projects
Commit 853d9020 authored by satok's avatar satok
Browse files

Really pass the y - touch correction to the native code

Bug: 4343280

Test:  I11f8518d9ee

Change-Id: I4b90bdffffed9736af223ac83c1a54019add70bb
parent 2d5c40d8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment