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

Commit 978a74cc authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android Git Automerger
Browse files

am 11ce0545: Merge "Fix hitbox of emoji key"

* commit '11ce0545':
  Fix hitbox of emoji key
parents ae563e9e 11ce0545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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