aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-05-30 04:55:31 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-30 04:55:31 -0700
commit9a28541e05abdb0d4a603274faaab9cc815581b2 (patch)
tree14640bc090ff3168516651075f2dbf46eb4b63a8 /java/src
parent46b9bd068ad896ba1ae8fc941c5ae172f8a520f8 (diff)
parent1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba (diff)
downloadlatinime-9a28541e05abdb0d4a603274faaab9cc815581b2.tar.gz
latinime-9a28541e05abdb0d4a603274faaab9cc815581b2.tar.xz
latinime-9a28541e05abdb0d4a603274faaab9cc815581b2.zip
am 1a50999e: Merge "Tell the text view we reset state on finish input"
* commit '1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba': 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) {