aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2013-08-30 10:28:01 +0000
committerSatoshi Kataoka <satok@google.com>2013-08-30 19:46:10 +0900
commit5169937dd48d69e52e647662cb6fc3def5bf90d4 (patch)
tree06d8994729aca4e4bf53b69c8a83868ee9331557 /java/src/com/android/inputmethod/latin/LatinIME.java
parent9f79cf6de4eac149ffb496bea34b9d091bed7bc4 (diff)
downloadlatinime-5169937dd48d69e52e647662cb6fc3def5bf90d4.tar.gz
latinime-5169937dd48d69e52e647662cb6fc3def5bf90d4.tar.xz
latinime-5169937dd48d69e52e647662cb6fc3def5bf90d4.zip
Revert "Revert "Support Emoji keyboard""
Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 25fdf57bc..fbf75b1c2 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1549,7 +1549,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
handleLanguageSwitchKey();
break;
case Constants.CODE_EMOJI:
- // TODO: Implement emoji keyboard switch.
+ // Note: Switching emoji keyboard is being handled in
+ // {@link KeyboardState#onCodeInput(int,int)}.
break;
case Constants.CODE_ENTER:
final EditorInfo editorInfo = getCurrentInputEditorInfo();