Merge "Unregister DictionaryDumpBroadcastReceiver in onDestroy()."
This commit is contained in:
commit
0c088e2d74
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue