mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Really pass the y - touch correction to the native code
Bug: 4343280 Test: I11f8518d9ee Change-Id: I4b90bdffffed9736af223ac83c1a54019add70bb
This commit is contained in:
parent
2d5c40d873
commit
853d9020ed
@ -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
Block a user