Fix hitbox of emoji key
Bug: 10780368 Change-Id: If10c18fdb0e7f0b0460a721d55001ab0fef28664main
parent
284e73bd41
commit
2a9e065f1a
|
@ -193,7 +193,7 @@ public class DynamicGridKeyboard extends Keyboard {
|
|||
public void updateCorrdinates(final int x, final int y) {
|
||||
mCurrentX = x;
|
||||
mCurrentY = y;
|
||||
getHitBox().offsetTo(x, y);
|
||||
getHitBox().set(x, y, x + getWidth(), y + getHeight());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue