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

Commit 07aea409 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a bug giving broken characters

Bug: 7050587

Change-Id: I54ff7e680c228e78236567bb79832a43086b70c6
parent ac621d15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,6 +302,6 @@ int ProximityInfo::getKeyKeyDistanceG(int key0, int key1) const {
    if (keyId0 >= 0 && keyId1 >= 0) {
        return mKeyKeyDistancesG[keyId0][keyId1];
    }
    return 0;
    return MAX_POINT_TO_KEY_LENGTH;
}
} // namespace latinime