diff options
author | 2015-05-04 20:24:33 +0000 | |
---|---|---|
committer | 2015-05-04 20:24:33 +0000 | |
commit | 9c08208d1a0592652fbdb6626cfd4ff9bd473441 (patch) | |
tree | f0b332c4d8d42c73065553f7240c431053c906df /java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java | |
parent | c6e7e89225ba6b350145ba7e57efcfa0b5fcc7fd (diff) | |
parent | f01cd568f0de414e88507ce244969cf0e509c537 (diff) | |
download | latinime-9c08208d1a0592652fbdb6626cfd4ff9bd473441.tar.gz latinime-9c08208d1a0592652fbdb6626cfd4ff9bd473441.tar.xz latinime-9c08208d1a0592652fbdb6626cfd4ff9bd473441.zip |
am f01cd568: Merge "Make the DictionaryService stage the downloaded files"
* commit 'f01cd568f0de414e88507ce244969cf0e509c537':
Make the DictionaryService stage the downloaded files
Diffstat (limited to 'java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java')
-rw-r--r-- | java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java b/java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java index e61547a9d..6570171a6 100644 --- a/java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java +++ b/java/src/com/android/inputmethod/dictionarypack/UpdateHandler.java @@ -592,6 +592,8 @@ public final class UpdateHandler { * Warn Android Keyboard that the state of dictionaries changed and it should refresh its data. */ private static void signalNewDictionaryState(final Context context) { + // TODO: Also provide the locale of the updated dictionary so that the LatinIme + // does not have to reset if it is a different locale. final Intent newDictBroadcast = new Intent(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION); context.sendBroadcast(newDictBroadcast); |