diff options
author | 2014-08-06 12:57:32 +0000 | |
---|---|---|
committer | 2014-08-06 12:57:32 +0000 | |
commit | fe807696566a5975b4d0932c72a05593a98f13d3 (patch) | |
tree | 9e0c3646e726ba6c2adff3915c03ac06a9140297 /java/src/com/android/inputmethod/latin/inputlogic | |
parent | 571320ad90b2ac2bb9fa77cf6700feec3bc4030a (diff) | |
parent | 772a8019efbc280f6228fc2d7baca66f5dee755e (diff) | |
download | latinime-fe807696566a5975b4d0932c72a05593a98f13d3.tar.gz latinime-fe807696566a5975b4d0932c72a05593a98f13d3.tar.xz latinime-fe807696566a5975b4d0932c72a05593a98f13d3.zip |
am 772a8019: Revert "[HS2] Move more stuff to onStartInput"
* commit '772a8019efbc280f6228fc2d7baca66f5dee755e':
Revert "[HS2] Move more stuff to onStartInput"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/inputlogic')
-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 2be792040..418866ae1 100644 --- a/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java +++ b/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java @@ -2035,7 +2035,7 @@ public final class InputLogic { mConnection.getExpectedSelectionStart(), mConnection.getExpectedSelectionEnd(), shouldFinishComposition)) { if (0 < remainingTries) { - handler.postResetInputConnectionCaches(tryResumeSuggestions, remainingTries - 1); + handler.postResetCaches(tryResumeSuggestions, remainingTries - 1); return false; } // If remainingTries is 0, we should stop waiting for new tries, however we'll still |