Loading java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java +9 −9 Original line number Diff line number Diff line Loading @@ -528,8 +528,6 @@ abstract public class ExpandableBinaryDictionary extends Dictionary { } else if (mBinaryDictionary == null) { // Otherwise, load the existing dictionary. loadBinaryDictionaryLocked(); } mNeedsToReload = false; if (mBinaryDictionary != null && !(isValidDictionaryLocked() // TODO: remove the check below && matchesExpectedBinaryDictFormatVersionForThisType( Loading @@ -539,6 +537,8 @@ abstract public class ExpandableBinaryDictionary extends Dictionary { // existing files if appropriate. createNewDictionaryLocked(); } } mNeedsToReload = false; } finally { mIsReloading.set(false); } Loading Loading
java/src/com/android/inputmethod/latin/ExpandableBinaryDictionary.java +9 −9 Original line number Diff line number Diff line Loading @@ -528,8 +528,6 @@ abstract public class ExpandableBinaryDictionary extends Dictionary { } else if (mBinaryDictionary == null) { // Otherwise, load the existing dictionary. loadBinaryDictionaryLocked(); } mNeedsToReload = false; if (mBinaryDictionary != null && !(isValidDictionaryLocked() // TODO: remove the check below && matchesExpectedBinaryDictFormatVersionForThisType( Loading @@ -539,6 +537,8 @@ abstract public class ExpandableBinaryDictionary extends Dictionary { // existing files if appropriate. createNewDictionaryLocked(); } } mNeedsToReload = false; } finally { mIsReloading.set(false); } Loading