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

Commit 4fc18095 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove a useless variable.

Change-Id: Ifec283fcd397f7f42933220f19a807879ef6195e
parent 6a6308a3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();