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

Commit 6fc3648e authored by Jon Miranda's avatar Jon Miranda Committed by Jonathan Miranda
Browse files

Fix map initial capcity.

Change-Id: I69f9dc2310435ba23d9a12cc8a5ef1037b43bb2b
parent 7e47e05f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class OnboardingPrefs<T extends Launcher> {

    private static final Map<String, Integer> MAX_COUNTS;
    static {
        Map<String, Integer> maxCounts = new ArrayMap<>(3);
        Map<String, Integer> maxCounts = new ArrayMap<>(4);
        maxCounts.put(HOME_BOUNCE_COUNT, 3);
        maxCounts.put(SHELF_BOUNCE_COUNT, 3);
        maxCounts.put(ALL_APPS_COUNT, 5);