diff options
author | 2014-08-06 02:16:57 +0000 | |
---|---|---|
committer | 2014-08-05 00:07:36 +0000 | |
commit | 50c12c83b322f78c90e3f72d1fa4422d13bfa7c6 (patch) | |
tree | 5f578a59cdf057ea836ccc0c67efa65828a403fa /java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java | |
parent | da8cda0578a0ec8738d054d25e2e922d1f0e6ca8 (diff) | |
parent | 93b00a314e307cb257abf1cab88cb24d57ff3885 (diff) | |
download | latinime-50c12c83b322f78c90e3f72d1fa4422d13bfa7c6.tar.gz latinime-50c12c83b322f78c90e3f72d1fa4422d13bfa7c6.tar.xz latinime-50c12c83b322f78c90e3f72d1fa4422d13bfa7c6.zip |
Merge "[HS2] Move more stuff to onStartInput" into lmp-dev
Diffstat (limited to 'java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java index 97457b2f7..b511f69a6 100644 --- a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java +++ b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java @@ -2034,7 +2034,7 @@ public final class InputLogic { mConnection.getExpectedSelectionStart(), mConnection.getExpectedSelectionEnd(), shouldFinishComposition)) { if (0 < remainingTries) { - handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); + handler.postResetInputConnectionCaches(tryResumeSuggestions, remainingTries - 1); return false; } // If remainingTries is 0, we should stop waiting for new tries, however we'll still |