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

Commit 5ad47f0a authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug giving broken characters" into jb-mr1-dev

parents 29d5973f 07aea409
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