Merge "Fix a bug giving broken characters" into jb-mr1-dev
commit
5ad47f0acc
|
@ -302,6 +302,6 @@ int ProximityInfo::getKeyKeyDistanceG(int key0, int key1) const {
|
||||||
if (keyId0 >= 0 && keyId1 >= 0) {
|
if (keyId0 >= 0 && keyId1 >= 0) {
|
||||||
return mKeyKeyDistancesG[keyId0][keyId1];
|
return mKeyKeyDistancesG[keyId0][keyId1];
|
||||||
}
|
}
|
||||||
return 0;
|
return MAX_POINT_TO_KEY_LENGTH;
|
||||||
}
|
}
|
||||||
} // namespace latinime
|
} // namespace latinime
|
||||||
|
|
Loading…
Reference in New Issue