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

Commit 83b3cf56 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Corresponding to TBR of Id2b0b974" into gingerbread

parents 0fe4c9e1 72d98fab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,8 +35,8 @@ class ProximityKeyDetector extends KeyDetector {

    @Override
    public int getKeyIndexAndNearbyCodes(int x, int y, int[] allKeys) {
        int touchX = getTouchX(x);
        int touchY = getTouchY(y);
        final int touchX = getTouchX(x);
        final int touchY = getTouchY(y);
        final Key[] keys = mKeys;
        if (keys == null)
            throw new IllegalStateException("keyboard isn't set");