diff options
author | 2014-08-06 17:38:50 +0000 | |
---|---|---|
committer | 2014-08-06 17:38:50 +0000 | |
commit | bd38799e27dd2c43444b84a47dcb1228b4932fb5 (patch) | |
tree | b003f81e5a6c52e6f5d8c2b8bc30d5a5fd2d259f /java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java | |
parent | c8b860e3e106f714751143a1857408f1a2cb6259 (diff) | |
parent | fe807696566a5975b4d0932c72a05593a98f13d3 (diff) | |
download | latinime-bd38799e27dd2c43444b84a47dcb1228b4932fb5.tar.gz latinime-bd38799e27dd2c43444b84a47dcb1228b4932fb5.tar.xz latinime-bd38799e27dd2c43444b84a47dcb1228b4932fb5.zip |
am fe807696: am 772a8019: Revert "[HS2] Move more stuff to onStartInput"
* commit 'fe807696566a5975b4d0932c72a05593a98f13d3':
Revert "[HS2] Move more stuff to onStartInput"
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 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 |