diff options
author | 2013-12-13 08:34:15 -0800 | |
---|---|---|
committer | 2013-12-13 08:34:15 -0800 | |
commit | 30db835b290cb88ea361fcc96ec53f799a95a6b2 (patch) | |
tree | 3394da0b5ddfee6b25363b401483e9f5df49192f /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 3ac8ec6b03c59621b316975e38e2bd5352e59786 (diff) | |
parent | 7a904514fb576b41dc94328aec3b04818fad2b4d (diff) | |
download | latinime-30db835b290cb88ea361fcc96ec53f799a95a6b2.tar.gz latinime-30db835b290cb88ea361fcc96ec53f799a95a6b2.tar.xz latinime-30db835b290cb88ea361fcc96ec53f799a95a6b2.zip |
am 7a904514: Merge "Don\'t use the previous word after a non-whitespace separator"
* commit '7a904514fb576b41dc94328aec3b04818fad2b4d':
Don't use the previous word after a non-whitespace separator
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 96b1f942d..8b466559c 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1469,6 +1469,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen ResearchLogger.latinIME_maybeDoubleSpacePeriod(textToInsert, false /* isBatchMode */); } + mWordComposer.doubleSpacePeriod(); mKeyboardSwitcher.updateShiftState(); return true; } |