aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-01-17 17:52:15 +0900
committerTadashi G. Takaoka <takaoka@google.com>2011-01-17 17:52:15 +0900
commitdc64b138b5e3fb3706c0818d0a308fe6e36985b0 (patch)
treed879ba2c4a56bdac7116e366bbaf7e3717d06917 /java/src/com/android/inputmethod/latin/LatinIME.java
parent9d446fc13ff57c05c1944054605299a727ae8a9b (diff)
downloadlatinime-dc64b138b5e3fb3706c0818d0a308fe6e36985b0.tar.gz
latinime-dc64b138b5e3fb3706c0818d0a308fe6e36985b0.tar.xz
latinime-dc64b138b5e3fb3706c0818d0a308fe6e36985b0.zip
Revert I432be8f7 partially
This change reverts removing SubtypeSwitcher.onConfigurationChanged by careless in I432be8f7. Bug: 3290290 Change-Id: I796ea01877d61eb750dabdeb3fdbf87666646c56
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index bea44eef2..4a78c2e7a 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -444,6 +444,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
@Override
public void onConfigurationChanged(Configuration conf) {
+ mSubtypeSwitcher.onConfigurationChanged(conf);
// If orientation changed while predicting, commit the change
if (conf.orientation != mOrientation) {
InputConnection ic = getCurrentInputConnection();