mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove a useless variable.
Change-Id: Ifec283fcd397f7f42933220f19a807879ef6195e
This commit is contained in:
parent
6a6308a3b9
commit
4fc18095f5
@ -56,7 +56,6 @@ public class DictionaryPackInstallBroadcastReceiver extends BroadcastReceiver {
|
||||
if (null == providers) return; // No providers : it is not a dictionary.
|
||||
|
||||
// Search for some dictionary pack in the just-installed package. If found, reread.
|
||||
boolean found = false;
|
||||
for (ProviderInfo info : providers) {
|
||||
if (BinaryDictionary.DICTIONARY_PACK_AUTHORITY.equals(info.authority)) {
|
||||
mService.resetSuggestMainDict();
|
||||
|
Loading…
Reference in New Issue
Block a user