Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05c54ffc authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

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

parents 6bc91864 853d9020
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }