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
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user