am 11ce0545
: Merge "Fix hitbox of emoji key"
* commit '11ce0545ee27cca29d16a759bd70e8a2b89c50e0': Fix hitbox of emoji key
This commit is contained in:
commit
978a74cc91
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue