Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34fb9625 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Call PersonalizationDictionarySessionRegistrar.init().

Wrongly removed in I1f50cb137b6054dc9.

Bug: 13067743
Change-Id: I27cd221cb7f6e403c3fc128d65d14dbf628b6f55
parent 4377ae31
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -557,6 +557,10 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
            // Remove personalization dictionaries.
            PersonalizationHelper.removeAllPersonalizationDictionaries(this);
            PersonalizationDictionarySessionRegistrar.resetAll(this);
        } else {
            final DictionaryFacilitatorForSuggest dictionaryFacilitator =
                    (suggest == null) ? null : suggest.mDictionaryFacilitator;
            PersonalizationDictionarySessionRegistrar.init(this, dictionaryFacilitator);
        }
    }