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

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
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);
    }