diff options
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 01caf8beb..4184996eb 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1882,8 +1882,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } } - // TODO[IL]: Move this to InputLogic and rename to processRecapitalize. - public void handleRecapitalize() { + // TODO[IL]: Move this to InputLogic + public void performRecapitalization() { if (mInputLogic.mLastSelectionStart == mInputLogic.mLastSelectionEnd) { return; // No selection } |