diff options
author | 2012-06-11 18:18:43 -0700 | |
---|---|---|
committer | 2012-06-11 18:18:43 -0700 | |
commit | 15c0090e88e0b9cbe6bae2f1e0626ed4ddf4e41a (patch) | |
tree | 475c53ae03544ed4bd2d66cfe7db819596553a06 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | f4bc4412561c9e75b5b0f6f4590e9a99a7e0747c (diff) | |
parent | 01e3b014bb97e649ff4cf5a58ce8285f7d800cc8 (diff) | |
download | latinime-15c0090e88e0b9cbe6bae2f1e0626ed4ddf4e41a.tar.gz latinime-15c0090e88e0b9cbe6bae2f1e0626ed4ddf4e41a.tar.xz latinime-15c0090e88e0b9cbe6bae2f1e0626ed4ddf4e41a.zip |
Merge "Accept a null input attributes for reading settings."
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 339c68b55..5b7d6584e 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -400,8 +400,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen final Resources res = getResources(); mResources = res; - // TODO: remove the following when it's not needed by updateCorrectionMode() any more - mInputAttributes = new InputAttributes(null, false /* isFullscreenMode */); loadSettings(); ImfUtils.setAdditionalInputMethodSubtypes(this, mSettingsValues.getAdditionalSubtypes()); |