Merge "Unregister DictionaryDumpBroadcastReceiver in onDestroy()."

main
Keisuke Kuroyanagi 2014-02-06 06:55:42 +00:00 committed by Android (Google) Code Review
commit 0c088e2d74
1 changed files with 1 additions and 0 deletions

View File

@ -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();