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

Commit dc05c665 authored by Jean Chalard's avatar Jean Chalard
Browse files

Demote contacts frequency.

Bug: 4586840
Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1
parent 601b72cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public class ContactsDictionary extends ExpandableDictionary {
    /**
     * Frequency for contacts information into the dictionary
     */
    private static final int FREQUENCY_FOR_CONTACTS = 128;
    private static final int FREQUENCY_FOR_CONTACTS = 40;
    private static final int FREQUENCY_FOR_CONTACTS_BIGRAM = 90;

    private static final int INDEX_NAME = 1;