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

Commit 288200c2 authored by Yi-Ling Chuang's avatar Yi-Ling Chuang
Browse files

Change DEFAULT_CARD_COUNT for settings homepage.

In the new design, we only show up to three cards at a time.

Bug: 138754406
Test: robotests
Change-Id: Ie38c3ee4b33068b9ecb4d6dcd3fa71df3fbd7d07
parent 44aa082c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import java.util.concurrent.TimeoutException;
public class ContextualCardLoader extends AsyncLoaderCompat<List<ContextualCard>> {

    @VisibleForTesting
    static final int DEFAULT_CARD_COUNT = 2;
    static final int DEFAULT_CARD_COUNT = 3;
    static final int CARD_CONTENT_LOADER_ID = 1;

    private static final String TAG = "ContextualCardLoader";