aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-03-04 01:38:50 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-04 01:38:50 -0800
commit8f7f2a625af0aeb68fd969662c1a4281c5262aa3 (patch)
tree8e0c5f23fd18d4172f7d4920bd788297dfa28327 /java/src/com/android/inputmethod
parentfa653682a8bcd223279593609282f51d02d82c09 (diff)
parent0e489d1ba333e040345125e053a3a6de6c8ca0fe (diff)
downloadlatinime-8f7f2a625af0aeb68fd969662c1a4281c5262aa3.tar.gz
latinime-8f7f2a625af0aeb68fd969662c1a4281c5262aa3.tar.xz
latinime-8f7f2a625af0aeb68fd969662c1a4281c5262aa3.zip
am 0e489d1b: [IL118] Factorize a method
* commit '0e489d1ba333e040345125e053a3a6de6c8ca0fe': [IL118] Factorize a method
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 fbc001a7e..dbdc12ddc 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -550,7 +550,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// Create Suggest instance with the new dictionary facilitator.
replaceSuggest(new Suggest(oldSuggest, dictionaryFacilitator));
} else if (oldSuggest == null) {
- initSuggestForLocale(oldSuggest, locale);
+ initSuggest();
}
}