mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-11 00:49:33 +00:00
add logging that should help with #829
This commit is contained in:
parent
0da6f6e4da
commit
3961060710
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
|
|||
final HashMap<Locale, ArrayList<String>> existingDictionariesToCleanup = new HashMap<>();
|
||||
final HashSet<String> subDictTypesToUse = new HashSet<>();
|
||||
subDictTypesToUse.add(Dictionary.TYPE_USER);
|
||||
Log.i(TAG, "resetDictionaries, force reloading main dictionary: " + forceReloadMainDictionary);
|
||||
final List<Locale> allLocales = new ArrayList<>() {{
|
||||
add(newLocale);
|
||||
addAll(Settings.getSecondaryLocales(DeviceProtectedUtils.getSharedPreferences(context), newLocale));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue