mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 83b3cf56: Merge "Corresponding to TBR of Id2b0b974" into gingerbread
Merge commit '83b3cf56cdb64f91ec32869bce237e16a1487f4a' into gingerbread-plus-aosp * commit '83b3cf56cdb64f91ec32869bce237e16a1487f4a': Corresponding to TBR of Id2b0b974
This commit is contained in:
commit
b52edca15d
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user