diff options
author | 2014-08-06 18:34:26 +0900 | |
---|---|---|
committer | 2014-08-06 18:36:29 +0900 | |
commit | 772a8019efbc280f6228fc2d7baca66f5dee755e (patch) | |
tree | b815311786d253fdf1197e3cbdb47d7d0c6117da /java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java | |
parent | 5dee1fd67d7ca0682fe1c5fece89980415d9a40a (diff) | |
download | latinime-772a8019efbc280f6228fc2d7baca66f5dee755e.tar.gz latinime-772a8019efbc280f6228fc2d7baca66f5dee755e.tar.xz latinime-772a8019efbc280f6228fc2d7baca66f5dee755e.zip |
Revert "[HS2] Move more stuff to onStartInput"
This reverts commit 93b00a314e307cb257abf1cab88cb24d57ff3885.
Bug: 16830599
Change-Id: I955e7da77978c3a495660aa29247e010d489c36b
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 |