aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-05-30 11:53:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-05-30 11:53:50 +0000
commit1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba (patch)
tree14640bc090ff3168516651075f2dbf46eb4b63a8 /java/src
parentfaa7fbfaa27324608556699ab4c149d23e6a5f57 (diff)
parent68d9cb62e2ed0954d9bfa51e95c35ea69feaeb27 (diff)
downloadlatinime-1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba.tar.gz
latinime-1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba.tar.xz
latinime-1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba.zip
Merge "Tell the text view we reset state on finish input"
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java1
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 cebc93c18..c9a42a3a4 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -855,6 +855,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
// Remove pending messages related to update suggestions
mHandler.cancelUpdateSuggestionStrip();
+ if (mWordComposer.isComposingWord()) mConnection.finishComposingText();
resetComposingState(true /* alsoResetLastComposedWord */);
// Notify ResearchLogger
if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {