mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 0c088e2d: Merge "Unregister DictionaryDumpBroadcastReceiver in onDestroy()."
* commit '0c088e2d74ecb520a11b817a34e9414bf856caeb': Unregister DictionaryDumpBroadcastReceiver in onDestroy().
This commit is contained in:
commit
b90e4cdfa6
@ -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…
x
Reference in New Issue
Block a user