mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 23:57:41 +00:00
remove unused "account"
This commit is contained in:
parent
900dfa1b9c
commit
27a2300631
10 changed files with 37 additions and 79 deletions
|
@ -59,10 +59,8 @@ public class DictionaryFacilitatorLruCache {
|
|||
// Nothing to do if the locale is null. This would be the case before any get() calls.
|
||||
if (mLocale != null) {
|
||||
// Note: Given that personalized dictionaries are not used here; we can pass null account.
|
||||
mDictionaryFacilitator.resetDictionaries(mContext, mLocale,
|
||||
mUseContactsDictionary, mUseAppsDictionary, false /* usePersonalizedDicts */,
|
||||
false /* forceReloadMainDictionary */, null /* account */,
|
||||
mDictionaryNamePrefix, null /* listener */);
|
||||
mDictionaryFacilitator.resetDictionaries(mContext, mLocale, mUseContactsDictionary,
|
||||
mUseAppsDictionary, false, false, mDictionaryNamePrefix, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue