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

Commit f2d15d69 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Unregister DictionaryDumpBroadcastReceiver in onDestroy().

Change-Id: I83a05a8369c2fe2fa7522f18eb00983a0b10dc19
parent 58eed636
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -620,6 +620,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
            ResearchLogger.getInstance().onDestroy();
        }
        unregisterReceiver(mDictionaryPackInstallReceiver);
        unregisterReceiver(mDictionaryDumpBroadcastReceiver);
        PersonalizationDictionarySessionRegistrar.close(this);
        LatinImeLogger.commit();
        LatinImeLogger.onDestroy();