aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-09-24 09:36:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-24 09:36:37 -0700
commitc39a92e40c278bf5de75efb023f30257946270f6 (patch)
tree40d20b3165f1fef8e393a711947fe8973c0e5159 /java/src/com/android/inputmethod
parent93bcef6e7e98bb26006ba2720e82592cd20410bc (diff)
parent5dcdd4eab5155f5f317cae578d44b5018bb751b9 (diff)
downloadlatinime-c39a92e40c278bf5de75efb023f30257946270f6.tar.gz
latinime-c39a92e40c278bf5de75efb023f30257946270f6.tar.xz
latinime-c39a92e40c278bf5de75efb023f30257946270f6.zip
am 5dcdd4ea: am 88985bfa: Merge "Fix a bug where the cursor pos wouldn\'t be tracked correctly" into jb-mr1-dev
* commit '5dcdd4eab5155f5f317cae578d44b5018bb751b9': Fix a bug where the cursor pos wouldn't be tracked correctly
Diffstat (limited to 'java/src/com/android/inputmethod')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 45ecfd2e7..95f89c0cc 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -721,7 +721,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
}
- mConnection.resetCachesUponCursorMove(mLastSelectionStart);
+ mConnection.resetCachesUponCursorMove(editorInfo.initialSelStart);
if (isDifferentTextField) {
mainKeyboardView.closing();