Remove TODO item from ContextualCardsAdapter in homepage
Bug: 114009676 Test: rebuild Change-Id: I57138d766d75c717189c81ddab21503bd1cb9471
This commit is contained in:
@@ -99,7 +99,6 @@ public class ContextualCardsAdapter extends RecyclerView.Adapter<RecyclerView.Vi
|
|||||||
@Override
|
@Override
|
||||||
public int getSpanSize(int position) {
|
public int getSpanSize(int position) {
|
||||||
final ContextualCard card = mContextualCards.get(position);
|
final ContextualCard card = mContextualCards.get(position);
|
||||||
//TODO(b/114009676): may use another field to make decision. still under review.
|
|
||||||
if (card.isHalfWidth()) {
|
if (card.isHalfWidth()) {
|
||||||
return HALF_WIDTH;
|
return HALF_WIDTH;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user